#576970

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

Shades of Pale Sky #576970

Tints of Pale Sky #576970

Color information

#576970 (or 0x576970) is unknown color: approx Pale Sky. HEX triplet: 57, 69 and 70. RGB value is (87,105,112). Sum of RGB (Red+Green+Blue) = 87+105+112=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #576970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576970 is #A8968F. Grayscale: #646464. Windows color (decimal): -11048592 or 7366999. OLE color: 7366999.

HSL color Cylindrical-coordinate representation of color #576970: hue angle of 196.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576970 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB87105112-
CMYK0.220.0600.56
HSL196.8º12.56%39.02%-
HSV(B)196.8º22.32%43.92%-
XYZ11.9113.317.27-
YUV100.42134.54118.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.62%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=28.62%
G=34.54%
B=36.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871051120.220.0600.56196.812.5639.02
Hex576970166038c5d27
Octal1271511602660703051547
Binary101011111010011110000101101100111000110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576970; }

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

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

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

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

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

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

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

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