#576971

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

Shades of Pale Sky #576971

Tints of Pale Sky #576971

Color information

#576971 (or 0x576971) is unknown color: approx Pale Sky. HEX triplet: 57, 69 and 71. RGB value is (87,105,113). Sum of RGB (Red+Green+Blue) = 87+105+113=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #576971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576971 is #A8968E. Grayscale: #646464. Windows color (decimal): -11048591 or 7432535. OLE color: 7432535.

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

Color convert

RGB87105113-
CMYK0.230.0700.56
HSL198.46º13%39.22%-
HSV(B)198.46º23.01%44.31%-
XYZ11.9613.3217.56-
YUV100.53135.04118.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=28.52%
G=34.43%
B=37.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871051130.230.0700.56198.461339.22
Hex576971177038c6d27
Octal1271511612770703061547
Binary101011111010011110001101111110111000110001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576971; }

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

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

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

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

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

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

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

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