#576F76

Color #576F76 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #576F76

Tints of Pale Sky #576F76

Color information

#576F76 (or 0x576F76) is unknown color: approx 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

RGB87111118-
CMYK0.260.0600.54
HSL193.55º15.12%40.2%-
HSV(B)193.55º26.27%46.27%-
XYZ12.8814.719.3-
YUV104.62135.55115.43-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871111180.260.0600.54193.5515.1240.2
Hex576F761A6036c2f28
Octal1271571663260663021750
Binary101011111011111110110110101100110110110000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>