#556994

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

Shades of Waikawa Grey #556994

Tints of Waikawa Grey #556994

Color information

#556994 (or 0x556994) is unknown color: approx Waikawa Grey. HEX triplet: 55, 69 and 94. RGB value is (85,105,148). Sum of RGB (Red+Green+Blue) = 85+105+148=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #556994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556994 is #AA966B. Grayscale: #676767. Windows color (decimal): -11179628 or 9726293. OLE color: 9726293.

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

Color convert

RGB85105148-
CMYK0.430.2900.42
HSL220.95º27.04%45.69%-
HSV(B)220.95º42.57%58.04%-
XYZ14.1414.1730.01-
YUV103.92152.87114.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=25.15%
G=31.07%
B=43.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851051480.430.2900.42220.9527.0445.69
Hex5569942B1D02Add1b2e
Octal12515122453350523353356
Binary10101011101001100101001010111110101010101101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556994; }

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

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

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

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

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

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

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

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