#57A0CD

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

Shades of Picton Blue #57A0CD

Tints of Picton Blue #57A0CD

Color information

#57A0CD (or 0x57A0CD) is unknown color: approx Picton Blue. HEX triplet: 57, A0 and CD. RGB value is (87,160,205). Sum of RGB (Red+Green+Blue) = 87+160+205=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #57A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A0CD is #A85F32. Grayscale: #8F8F8F. Windows color (decimal): -11034419 or 13475927. OLE color: 13475927.

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

Color convert

RGB87160205-
CMYK0.580.2200.20
HSL202.88º54.13%57.25%-
HSV(B)202.88º57.56%80.39%-
XYZ27.5231.5862.4-
YUV143.3162.8287.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.25%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=19.25%
G=35.40%
B=45.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871602050.580.2200.20202.8854.1357.25
Hex57A0CD3A16014cb3639
Octal12724031572260243136671
Binary101011110100000110011011110101011001010011001011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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