Html Css Color HEX #576F77 Pale Sky

📋 copy color: '#576F77'

red 87 ◦ green 111 ◦ blue 119

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

Shades of Pale Sky #576F77

Tints of Pale Sky #576F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 27.44%
G = 35.02%
B = 37.54%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#576F77 (or 0x576F77) is known color: Pale Sky. HEX triplet: 57, 6F and 77. RGB value is (87,111,119). Sum of RGB (Red+Green+Blue) = 87+111+119=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #576F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F77 is #A89088. Grayscale: #686868. Windows color (decimal): -11047049 or 7827287. OLE color: 7827287.

HSL color Cylindrical-coordinate representation of color #576F77: hue angle of 195º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #576F77 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 111 119 -
CMYK 0.27 0.07 0 0.53
HSL 195º 0.16% 0.4% -
HSV(B) 195º 0.27% 0.47% -
XYZ 12.94 14.73 19.61 -
YUV 104.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 87 111 119 0.27 0.07 0 0.53 195 0.16 0.4
Hex 57 6F 77 1B 7 0 35 C3 10 28
Octal 127 157 167 33 7 0 65 303 20 50
Binary 1010111 1101111 1110111 11011 111 0 110101 11000011 10000 101000

Color Harmonies of #576F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F77

Black with #576F77

Text Example


Text Example

White with #576F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576F77; }

 p { color: rgb(87,111,119); }

 H1.HeaderClassName
 {
   color: #576F77;
 }
 .AnyTagClassName
 {
   color: #576F77;
 }
</style>

background-color css

<style>
 a { background-color: #576F77; }

 a { background-color: rgb(87,111,119); }

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

border-color css

<style>
 span { border-color: #576F77; }

 span { border-color: rgb(87,111,119); }

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