#556596

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

Shades of Waikawa Grey #556596

Tints of Waikawa Grey #556596

Color information

#556596 (or 0x556596) is unknown color: approx Waikawa Grey. HEX triplet: 55, 65 and 96. RGB value is (85,101,150). Sum of RGB (Red+Green+Blue) = 85+101+150=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #556596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556596 is #AA9A69. Grayscale: #656565. Windows color (decimal): -11180650 or 9856341. OLE color: 9856341.

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

Color convert

RGB85101150-
CMYK0.430.3300.41
HSL225.23º27.66%46.08%-
HSV(B)225.23º43.33%58.82%-
XYZ13.9113.4430.72-
YUV101.8155.2116.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=25.30%
G=30.06%
B=44.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851011500.430.3300.41225.2327.6646.08
Hex5565962B21029e11c2e
Octal12514522653410513413456
Binary101010111001011001011010101110000101010011110000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556596; }

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

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

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

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

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

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

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

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