#556493

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

Shades of Waikawa Grey #556493

Tints of Waikawa Grey #556493

Color information

#556493 (or 0x556493) is unknown color: approx Waikawa Grey. HEX triplet: 55, 64 and 93. RGB value is (85,100,147). Sum of RGB (Red+Green+Blue) = 85+100+147=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #556493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556493 is #AA9B6C. Grayscale: #646464. Windows color (decimal): -11180909 or 9659477. OLE color: 9659477.

HSL color Cylindrical-coordinate representation of color #556493: hue angle of 225.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556493 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85100147-
CMYK0.420.3200.42
HSL225.48º26.72%45.49%-
HSV(B)225.48º42.18%57.65%-
XYZ13.5713.1529.43-
YUV100.87154.03116.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=25.60%
G=30.12%
B=44.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851001470.420.3200.42225.4826.7245.49
Hex5564932A2002Ae11b2d
Octal12514422352400523413355
Binary101010111001001001001110101010000001010101110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556493; }

 p { color: rgb(85,100,147); }

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

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

 a { background-color: rgb(85,100,147); }

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

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

 span { border-color: rgb(85,100,147); }

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