#58a8e0

Color #58A8E0 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #58A8E0

Tints of Picton Blue #58A8E0

Color information

#58A8E0 (or 0x58A8E0) is unknown color: approx Picton Blue. HEX triplet: 58, A8 and E0. RGB value is (88,168,224). Sum of RGB (Red+Green+Blue) = 88+168+224=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #58A8E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8E0 is #A7571F. Grayscale: #969696. Windows color (decimal): -10966816 or 14723160. OLE color: 14723160.

HSL color Cylindrical-coordinate representation of color #58A8E0: hue angle of 204.71º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58A8E0 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB88168224-
CMYK0.610.2500.12
HSL204.71º68.69%61.18%-
HSV(B)204.71º60.71%87.84%-
XYZ31.4835.4675.71-
YUV150.46169.583.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 18.33%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 224 (87.89% from 255) = 46.67%
R=18.33%
G=35%
B=46.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal881682240.610.2500.12204.7168.6961.18
Hex58A8E03D190Ccd453d
Octal130250340753101431510575
Binary101100010101000111000001111011100101100110011011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58a8e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58a8e0; }

 p { color: rgb(88,168,224); }

 H1.HeaderClassName
 {
   color: #58a8e0;
 }
 .AnyTagClassName
 {
   color: #58a8e0;
 }
</style>
background-color css

<style>
 a { background-color: #58a8e0; }

 a { background-color: rgb(88,168,224); }

 div.DivClassName
 {
   background-color: #58a8e0;
 }
 .BgClassName
 {
   background-color: #58a8e0;
 }
</style>
border-color css

<style>
 span { border-color: #58a8e0; }

 span { border-color: rgb(88,168,224); }

 td.TdClassName
 {
   border-color: #58a8e0;
 }
 .TagClassName
 {
   border-color: #58a8e0;
 }
</style>