Html Css Color HEX #576F76 Pale Sky

📋 copy color: '#576F76'

red 87 ◦ green 111 ◦ blue 118

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

Shades of Pale Sky #576F76

Tints of Pale Sky #576F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 27.53%
G = 35.13%
B = 37.34%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#576F76 (or 0x576F76) is known color: Pale Sky. HEX triplet: 57, 6F and 76. RGB value is (87,111,118). Sum of RGB (Red+Green+Blue) = 87+111+118=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #576F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F76 is #A89089. Grayscale: #686868. Windows color (decimal): -11047050 or 7761751. OLE color: 7761751.

HSL color Cylindrical-coordinate representation of color #576F76: hue angle of 193.55º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #576F76 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 111 118 -
CMYK 0.26 0.06 0 0.54
HSL 193.55º 0.15% 0.4% -
HSV(B) 193.55º 0.26% 0.46% -
XYZ 12.88 14.7 19.3 -
YUV 104.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 87 111 118 0.26 0.06 0 0.54 193.55 0.15 0.4
Hex 57 6F 76 1A 6 0 36 C2 F 28
Octal 127 157 166 32 6 0 66 302 17 50
Binary 1010111 1101111 1110110 11010 110 0 110110 11000010 1111 101000

Color Harmonies of #576F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F76

Black with #576F76

Text Example


Text Example

White with #576F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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