Html Css Color HEX #57A2CE Picton Blue

📋 copy color: '#57A2CE'

red 87 ◦ green 162 ◦ blue 206

#57A2CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #57A2CE

Tints of Picton Blue #57A2CE

RGB

 RED value IS 87 (34.38% from 255) = 19.12%

 GREEN value IS 162 (63.67% from 255) = 35.6%

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 19.12%
G = 35.6%
B = 45.27%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57A2CE (or 0x57A2CE) is known color: Picton Blue. HEX triplet: 57, A2 and CE. RGB value is (87,162,206). Sum of RGB (Red+Green+Blue) = 87+162+206=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #57A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A2CE is #A85D31. Grayscale: #909090. Windows color (decimal): -11033906 or 13541975. OLE color: 13541975.

HSL color Cylindrical-coordinate representation of color #57A2CE: hue angle of 202.18º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57A2CE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 162 206 -
CMYK 0.58 0.21 0 0.19
HSL 202.18º 0.55% 0.57% -
HSV(B) 202.18º 0.58% 0.81% -
XYZ 27.99 32.32 63.16 -
YUV 144.59 162.65 86.92 -
System Red Green Blue C M Y K H S L
Decimal 87 162 206 0.58 0.21 0 0.19 202.18 0.55 0.57
Hex 57 A2 CE 3A 15 0 13 CA 37 39
Octal 127 242 316 72 25 0 23 312 67 71
Binary 1010111 10100010 11001110 111010 10101 0 10011 11001010 110111 111001

Color Harmonies of #57A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A2CE

Black with #57A2CE

Text Example


Text Example

White with #57A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,162,206); }

 H1.HeaderClassName
 {
   color: #57A2CE;
 }
 .AnyTagClassName
 {
   color: #57A2CE;
 }
</style>

background-color css

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

 a { background-color: rgb(87,162,206); }

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

border-color css

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

 span { border-color: rgb(87,162,206); }

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