#556A94

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

Shades of Waikawa Grey #556A94

Tints of Waikawa Grey #556A94

Color information

#556A94 (or 0x556A94) is unknown color: approx Waikawa Grey. HEX triplet: 55, 6A and 94. RGB value is (85,106,148). Sum of RGB (Red+Green+Blue) = 85+106+148=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #556A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A94 is #AA956B. Grayscale: #686868. Windows color (decimal): -11179372 or 9726549. OLE color: 9726549.

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

Color convert

RGB85106148-
CMYK0.430.2800.42
HSL220º27.04%45.69%-
HSV(B)220º42.57%58.04%-
XYZ14.2514.3830.04-
YUV104.51152.54114.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=25.07%
G=31.27%
B=43.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851061480.430.2800.4222027.0445.69
Hex556A942B1C02Adc1b2e
Octal12515222453340523343356
Binary10101011101010100101001010111110001010101101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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