#576D75

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

Shades of Pale Sky #576D75

Tints of Pale Sky #576D75

Color information

#576D75 (or 0x576D75) is unknown color: approx Pale Sky. HEX triplet: 57, 6D and 75. RGB value is (87,109,117). Sum of RGB (Red+Green+Blue) = 87+109+117=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #576D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D75 is #A8928A. Grayscale: #676767. Windows color (decimal): -11047563 or 7695703. OLE color: 7695703.

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

Color convert

RGB87109117-
CMYK0.260.0700.54
HSL196º14.71%40%-
HSV(B)196º25.64%45.88%-
XYZ12.6114.2518.92-
YUV103.33135.71116.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=27.80%
G=34.82%
B=37.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871091170.260.0700.5419614.7140
Hex576D751A7036c4f28
Octal1271551653270663041750
Binary101011111011011110101110101110110110110001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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