Html Css Color HEX #57A0CE Picton Blue

📋 copy color: '#57A0CE'

red 87 ◦ green 160 ◦ blue 206

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

Shades of Picton Blue #57A0CE

Tints of Picton Blue #57A0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.32%

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

R = 19.21%
G = 35.32%
B = 45.47%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57A0CE (or 0x57A0CE) is known color: Picton Blue. HEX triplet: 57, A0 and CE. RGB value is (87,160,206). Sum of RGB (Red+Green+Blue) = 87+160+206=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #57A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A0CE is #A85F31. Grayscale: #8F8F8F. Windows color (decimal): -11034418 or 13541463. OLE color: 13541463.

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

Color convert

RGB 87 160 206 -
CMYK 0.58 0.22 0 0.19
HSL 203.19º 0.55% 0.57% -
HSV(B) 203.19º 0.58% 0.81% -
XYZ 27.64 31.62 63.04 -
YUV 143.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 87 160 206 0.58 0.22 0 0.19 203.19 0.55 0.57
Hex 57 A0 CE 3A 16 0 13 CB 37 39
Octal 127 240 316 72 26 0 23 313 67 71
Binary 1010111 10100000 11001110 111010 10110 0 10011 11001011 110111 111001

Color Harmonies of #57A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A0CE

Black with #57A0CE

Text Example


Text Example

White with #57A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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