#57A7E0

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

Shades of Picton Blue #57A7E0

Tints of Picton Blue #57A7E0

Color information

#57A7E0 (or 0x57A7E0) is unknown color: approx Picton Blue. HEX triplet: 57, A7 and E0. RGB value is (87,167,224). Sum of RGB (Red+Green+Blue) = 87+167+224=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #57A7E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A7E0 is #A8581F. Grayscale: #959595. Windows color (decimal): -11032608 or 14722903. OLE color: 14722903.

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

Color convert

RGB87167224-
CMYK0.610.2500.12
HSL204.96º68.84%60.98%-
HSV(B)204.96º61.16%87.84%-
XYZ31.235.0575.64-
YUV149.5817083.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.20%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 224 (87.89% from 255) = 46.86%
R=18.20%
G=34.94%
B=46.86%

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
Decimal871672240.610.2500.12204.9668.8460.98
Hex57A7E03D190Ccd453d
Octal127247340753101431510575
Binary101011110100111111000001111011100101100110011011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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