#576F72

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

Shades of Pale Sky #576F72

Tints of Pale Sky #576F72

Color information

#576F72 (or 0x576F72) is unknown color: approx Pale Sky. HEX triplet: 57, 6F and 72. RGB value is (87,111,114). Sum of RGB (Red+Green+Blue) = 87+111+114=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #576F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F72 is #A8908D. Grayscale: #686868. Windows color (decimal): -11047054 or 7499607. OLE color: 7499607.

HSL color Cylindrical-coordinate representation of color #576F72: hue angle of 186.67º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #576F72 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB87111114-
CMYK0.240.0300.55
HSL186.67º13.43%39.41%-
HSV(B)186.67º23.68%44.71%-
XYZ12.6514.6118.07-
YUV104.17133.55115.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=27.88%
G=35.58%
B=36.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871111140.240.0300.55186.6713.4339.41
Hex576F72183037bbd27
Octal1271571623030672731547
Binary10101111101111111001011000110110111101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #576F72;
 }
 .AnyTagClassName
 {
   color: #576F72;
 }
</style>
background-color css

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

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

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

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

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

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