#556E72

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

Shades of Pale Sky #556E72

Tints of Pale Sky #556E72

Color information

#556E72 (or 0x556E72) is unknown color: approx Pale Sky. HEX triplet: 55, 6E and 72. RGB value is (85,110,114). Sum of RGB (Red+Green+Blue) = 85+110+114=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #556E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E72 is #AA918D. Grayscale: #666666. Windows color (decimal): -11178382 or 7499349. OLE color: 7499349.

HSL color Cylindrical-coordinate representation of color #556E72: hue angle of 188.28º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556E72 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85110114-
CMYK0.250.0400.55
HSL188.28º14.57%39.02%-
HSV(B)188.28º25.44%44.71%-
XYZ12.3614.318.03-
YUV102.98134.22115.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=27.51%
G=35.60%
B=36.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851101140.250.0400.55188.2814.5739.02
Hex556E72194037bcf27
Octal1251561623140672741747
Binary101010111011101110010110011000110111101111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,110,114); }

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

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

 a { background-color: rgb(85,110,114); }

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

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

 span { border-color: rgb(85,110,114); }

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