#57A1CD

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

Shades of Picton Blue #57A1CD

Tints of Picton Blue #57A1CD

Color information

#57A1CD (or 0x57A1CD) is unknown color: approx Picton Blue. HEX triplet: 57, A1 and CD. RGB value is (87,161,205). Sum of RGB (Red+Green+Blue) = 87+161+205=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #57A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A1CD is #A85E32. Grayscale: #8F8F8F. Windows color (decimal): -11034163 or 13476183. OLE color: 13476183.

HSL color Cylindrical-coordinate representation of color #57A1CD: hue angle of 202.37º 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 #57A1CD is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87161205-
CMYK0.580.2100.20
HSL202.37º54.13%57.25%-
HSV(B)202.37º57.56%80.39%-
XYZ27.6931.9262.46-
YUV143.89162.4887.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.21%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=19.21%
G=35.54%
B=45.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871612050.580.2100.20202.3754.1357.25
Hex57A1CD3A15014ca3639
Octal12724131572250243126671
Binary101011110100001110011011110101010101010011001010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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