#57A4E0

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

Shades of Picton Blue #57A4E0

Tints of Picton Blue #57A4E0

Color information

#57A4E0 (or 0x57A4E0) is unknown color: approx Picton Blue. HEX triplet: 57, A4 and E0. RGB value is (87,164,224). Sum of RGB (Red+Green+Blue) = 87+164+224=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #57A4E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A4E0 is #A85B1F. Grayscale: #939393. Windows color (decimal): -11033376 or 14722135. OLE color: 14722135.

HSL color Cylindrical-coordinate representation of color #57A4E0: hue angle of 206.28º 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 #57A4E0 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB87164224-
CMYK0.610.2700.12
HSL206.28º68.84%60.98%-
HSV(B)206.28º61.16%87.84%-
XYZ30.6633.9675.46-
YUV147.82170.9984.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.32%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=18.32%
G=34.53%
B=47.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal871642240.610.2700.12206.2868.8460.98
Hex57A4E03D1B0Cce453d
Octal127244340753301431610575
Binary101011110100100111000001111011101101100110011101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A4E0; }

 p { color: rgb(87,164,224); }

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

<style>
 a { background-color: #57A4E0; }

 a { background-color: rgb(87,164,224); }

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

<style>
 span { border-color: #57A4E0; }

 span { border-color: rgb(87,164,224); }

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