#57A6D0

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

Shades of Picton Blue #57A6D0

Tints of Picton Blue #57A6D0

Color information

#57A6D0 (or 0x57A6D0) is unknown color: approx Picton Blue. HEX triplet: 57, A6 and D0. RGB value is (87,166,208). Sum of RGB (Red+Green+Blue) = 87+166+208=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #57A6D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A6D0 is #A8592F. Grayscale: #929292. Windows color (decimal): -11032880 or 13674071. OLE color: 13674071.

HSL color Cylindrical-coordinate representation of color #57A6D0: hue angle of 200.83º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57A6D0 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB87166208-
CMYK0.580.2000.18
HSL200.83º56.28%57.84%-
HSV(B)200.83º58.17%81.57%-
XYZ28.9533.8564.68-
YUV147.17162.3385.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.87%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=18.87%
G=36.01%
B=45.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal871662080.580.2000.18200.8356.2857.84
Hex57A6D03A14012c9383a
Octal12724632072240223117072
Binary101011110100110110100001110101010001001011001001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,166,208); }

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

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

 a { background-color: rgb(87,166,208); }

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

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

 span { border-color: rgb(87,166,208); }

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