#58A4E2

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

Shades of Picton Blue #58A4E2

Tints of Picton Blue #58A4E2

Color information

#58A4E2 (or 0x58A4E2) is unknown color: approx Picton Blue. HEX triplet: 58, A4 and E2. RGB value is (88,164,226). Sum of RGB (Red+Green+Blue) = 88+164+226=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #58A4E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A4E2 is #A75B1D. Grayscale: #949494. Windows color (decimal): -10967838 or 14853208. OLE color: 14853208.

HSL color Cylindrical-coordinate representation of color #58A4E2: hue angle of 206.96º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58A4E2 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB88164226-
CMYK0.610.2700.11
HSL206.96º70.41%61.57%-
HSV(B)206.96º61.06%88.63%-
XYZ31.0334.1276.9-
YUV148.34171.8284.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.41%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 226 (88.67% from 255) = 47.28%
R=18.41%
G=34.31%
B=47.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal881642260.610.2700.11206.9670.4161.57
Hex58A4E23D1B0Bcf463e
Octal130244342753301331710676
Binary101100010100100111000101111011101101011110011111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,164,226); }

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

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

 a { background-color: rgb(88,164,226); }

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

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

 span { border-color: rgb(88,164,226); }

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