#556E96

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

Shades of Waikawa Grey #556E96

Tints of Waikawa Grey #556E96

Color information

#556E96 (or 0x556E96) is unknown color: approx Waikawa Grey. HEX triplet: 55, 6E and 96. RGB value is (85,110,150). Sum of RGB (Red+Green+Blue) = 85+110+150=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #556E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E96 is #AA9169. Grayscale: #6A6A6A. Windows color (decimal): -11178346 or 9858645. OLE color: 9858645.

HSL color Cylindrical-coordinate representation of color #556E96: hue angle of 216.92º 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 #556E96 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB85110150-
CMYK0.430.2700.41
HSL216.92º27.66%46.08%-
HSV(B)216.92º43.33%58.82%-
XYZ14.8315.2931.02-
YUV107.08152.22112.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=24.64%
G=31.88%
B=43.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851101500.430.2700.41216.9227.6646.08
Hex556E962B1B029d91c2e
Octal12515622653330513313456
Binary10101011101110100101101010111101101010011101100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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