#556A70

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

Shades of Pale Sky #556A70

Tints of Pale Sky #556A70

Color information

#556A70 (or 0x556A70) is unknown color: approx Pale Sky. HEX triplet: 55, 6A and 70. RGB value is (85,106,112). Sum of RGB (Red+Green+Blue) = 85+106+112=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #556A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A70 is #AA958F. Grayscale: #646464. Windows color (decimal): -11179408 or 7367253. OLE color: 7367253.

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

Color convert

RGB85106112-
CMYK0.240.0500.56
HSL193.33º13.71%38.63%-
HSV(B)193.33º24.11%43.92%-
XYZ11.8213.4117.29-
YUV100.4134.54117.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=28.05%
G=34.98%
B=36.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851061120.240.0500.56193.3313.7138.63
Hex556A70185038c1e27
Octal1251521603050703011647
Binary101010111010101110000110001010111000110000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556A70; }

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

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

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

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

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

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

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

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