#556494

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

Shades of Waikawa Grey #556494

Tints of Waikawa Grey #556494

Color information

#556494 (or 0x556494) is unknown color: approx Waikawa Grey. HEX triplet: 55, 64 and 94. RGB value is (85,100,148). Sum of RGB (Red+Green+Blue) = 85+100+148=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #556494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556494 is #AA9B6B. Grayscale: #646464. Windows color (decimal): -11180908 or 9725013. OLE color: 9725013.

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

Color convert

RGB85100148-
CMYK0.430.3200.42
HSL225.71º27.04%45.69%-
HSV(B)225.71º42.57%58.04%-
XYZ13.6513.1829.84-
YUV100.99154.53116.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=25.53%
G=30.03%
B=44.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851001480.430.3200.42225.7127.0445.69
Hex5564942B2002Ae21b2e
Octal12514422453400523423356
Binary101010111001001001010010101110000001010101110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556494; }

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

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

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

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

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

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

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

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