#576F75

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

Shades of Pale Sky #576F75

Tints of Pale Sky #576F75

Color information

#576F75 (or 0x576F75) is unknown color: approx Pale Sky. HEX triplet: 57, 6F and 75. RGB value is (87,111,117). Sum of RGB (Red+Green+Blue) = 87+111+117=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #576F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F75 is #A8908A. Grayscale: #686868. Windows color (decimal): -11047051 or 7696215. OLE color: 7696215.

HSL color Cylindrical-coordinate representation of color #576F75: hue angle of 192º 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 #576F75 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB87111117-
CMYK0.260.0500.54
HSL192º14.71%40%-
HSV(B)192º25.64%45.88%-
XYZ12.8314.6818.99-
YUV104.51135.05115.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=27.62%
G=35.24%
B=37.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871111170.260.0500.5419214.7140
Hex576F751A5036c0f28
Octal1271571653250663001750
Binary101011111011111110101110101010110110110000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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