#556870

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

Shades of Pale Sky #556870

Tints of Pale Sky #556870

Color information

#556870 (or 0x556870) is unknown color: approx Pale Sky. HEX triplet: 55, 68 and 70. RGB value is (85,104,112). Sum of RGB (Red+Green+Blue) = 85+104+112=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #556870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556870 is #AA978F. Grayscale: #636363. Windows color (decimal): -11179920 or 7366741. OLE color: 7366741.

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

Color convert

RGB85104112-
CMYK0.240.0700.56
HSL197.78º13.71%38.63%-
HSV(B)197.78º24.11%43.92%-
XYZ11.621317.23-
YUV99.23135.21117.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=28.24%
G=34.55%
B=37.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851041120.240.0700.56197.7813.7138.63
Hex556870187038c6e27
Octal1251501603070703061647
Binary101010111010001110000110001110111000110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556870; }

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

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

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

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

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

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

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

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