#57A8CD

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

Shades of Picton Blue #57A8CD

Tints of Picton Blue #57A8CD

Color information

#57A8CD (or 0x57A8CD) is unknown color: approx Picton Blue. HEX triplet: 57, A8 and CD. RGB value is (87,168,205). Sum of RGB (Red+Green+Blue) = 87+168+205=460 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.91% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #57A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8CD is #A85732. Grayscale: #939393. Windows color (decimal): -11032371 or 13477975. OLE color: 13477975.

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

Color convert

RGB87168205-
CMYK0.580.1800.20
HSL198.81º54.13%57.25%-
HSV(B)198.81º57.56%80.39%-
XYZ28.9534.4462.88-
YUV148160.1684.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.91%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=18.91%
G=36.52%
B=44.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871682050.580.1800.20198.8154.1357.25
Hex57A8CD3A12014c73639
Octal12725031572220243076671
Binary101011110101000110011011110101001001010011000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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