#556896

Color #556896 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #556896

Tints of Waikawa Grey #556896

Color information

#556896 (or 0x556896) is unknown color: approx Waikawa Grey. HEX triplet: 55, 68 and 96. RGB value is (85,104,150). Sum of RGB (Red+Green+Blue) = 85+104+150=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #556896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556896 is #AA9769. Grayscale: #676767. Windows color (decimal): -11179882 or 9857109. OLE color: 9857109.

HSL color Cylindrical-coordinate representation of color #556896: hue angle of 222.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556896 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB85104150-
CMYK0.430.3100.41
HSL222.46º27.66%46.08%-
HSV(B)222.46º43.33%58.82%-
XYZ14.214.0330.81-
YUV103.56154.21114.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=25.07%
G=30.68%
B=44.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851041500.430.3100.41222.4627.6646.08
Hex5568962B1F029de1c2e
Octal12515022653370513363456
Binary10101011101000100101101010111111101010011101111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556896; }

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

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

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

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

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

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

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

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