#556971

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

Shades of Pale Sky #556971

Tints of Pale Sky #556971

Color information

#556971 (or 0x556971) is unknown color: approx Pale Sky. HEX triplet: 55, 69 and 71. RGB value is (85,105,113). Sum of RGB (Red+Green+Blue) = 85+105+113=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #556971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556971 is #AA968E. Grayscale: #636363. Windows color (decimal): -11179663 or 7432533. OLE color: 7432533.

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

Color convert

RGB85105113-
CMYK0.250.0700.56
HSL197.14º14.14%38.82%-
HSV(B)197.14º24.78%44.31%-
XYZ11.7813.2317.55-
YUV99.93135.37117.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=28.05%
G=34.65%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851051130.250.0700.56197.1414.1438.82
Hex556971197038c5e27
Octal1251511613170703051647
Binary101010111010011110001110011110111000110001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556971; }

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

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

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

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

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

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

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

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