#556B73

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

Shades of Pale Sky #556B73

Tints of Pale Sky #556B73

Color information

#556B73 (or 0x556B73) is unknown color: approx Pale Sky. HEX triplet: 55, 6B and 73. RGB value is (85,107,115). Sum of RGB (Red+Green+Blue) = 85+107+115=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #556B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B73 is #AA948C. Grayscale: #656565. Windows color (decimal): -11179149 or 7564117. OLE color: 7564117.

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

Color convert

RGB85107115-
CMYK0.260.0700.55
HSL196º15%39.22%-
HSV(B)196º26.09%45.1%-
XYZ12.113.6818.22-
YUV101.33135.71116.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=27.69%
G=34.85%
B=37.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851071150.260.0700.551961539.22
Hex556B731A7037c4f27
Octal1251531633270673041747
Binary101010111010111110011110101110110111110001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,107,115); }

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

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

 a { background-color: rgb(85,107,115); }

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

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

 span { border-color: rgb(85,107,115); }

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