#556970

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

Shades of Pale Sky #556970

Tints of Pale Sky #556970

Color information

#556970 (or 0x556970) is unknown color: approx Pale Sky. HEX triplet: 55, 69 and 70. RGB value is (85,105,112). Sum of RGB (Red+Green+Blue) = 85+105+112=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #556970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556970 is #AA968F. Grayscale: #636363. Windows color (decimal): -11179664 or 7366997. OLE color: 7366997.

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

Color convert

RGB85105112-
CMYK0.240.0600.56
HSL195.56º13.71%38.63%-
HSV(B)195.56º24.11%43.92%-
XYZ11.7213.217.26-
YUV99.82134.87117.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=28.15%
G=34.77%
B=37.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851051120.240.0600.56195.5613.7138.63
Hex556970186038c4e27
Octal1251511603060703041647
Binary101010111010011110000110001100111000110001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556970; }

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

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

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

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

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

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

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

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