#576972

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

Shades of Pale Sky #576972

Tints of Pale Sky #576972

Color information

#576972 (or 0x576972) is unknown color: approx Pale Sky. HEX triplet: 57, 69 and 72. RGB value is (87,105,114). Sum of RGB (Red+Green+Blue) = 87+105+114=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #576972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576972 is #A8968D. Grayscale: #646464. Windows color (decimal): -11048590 or 7498071. OLE color: 7498071.

HSL color Cylindrical-coordinate representation of color #576972: hue angle of 200º 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 #576972 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB87105114-
CMYK0.240.0800.55
HSL200º13.43%39.41%-
HSV(B)200º23.68%44.71%-
XYZ12.0213.3417.86-
YUV100.64135.54118.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.43%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=28.43%
G=34.31%
B=37.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871051140.240.0800.5520013.4339.41
Hex576972188037c8d27
Octal12715116230100673101547
Binary1010111110100111100101100010000110111110010001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576972; }

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

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

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

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

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

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

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

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