#57A0CB

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

Shades of Picton Blue #57A0CB

Tints of Picton Blue #57A0CB

Color information

#57A0CB (or 0x57A0CB) is unknown color: approx Picton Blue. HEX triplet: 57, A0 and CB. RGB value is (87,160,203). Sum of RGB (Red+Green+Blue) = 87+160+203=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #57A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A0CB is #A85F34. Grayscale: #8E8E8E. Windows color (decimal): -11034421 or 13344855. OLE color: 13344855.

HSL color Cylindrical-coordinate representation of color #57A0CB: hue angle of 202.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57A0CB is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87160203-
CMYK0.570.2100.20
HSL202.24º52.73%56.86%-
HSV(B)202.24º57.14%79.61%-
XYZ27.2831.4861.14-
YUV143.07161.8288-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.33%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=19.33%
G=35.56%
B=45.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871602030.570.2100.20202.2452.7356.86
Hex57A0CB3915014ca3539
Octal12724031371250243126571
Binary101011110100000110010111110011010101010011001010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,160,203); }

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

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

 a { background-color: rgb(87,160,203); }

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

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

 span { border-color: rgb(87,160,203); }

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