#556594

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

Shades of Waikawa Grey #556594

Tints of Waikawa Grey #556594

Color information

#556594 (or 0x556594) is unknown color: approx Waikawa Grey. HEX triplet: 55, 65 and 94. RGB value is (85,101,148). Sum of RGB (Red+Green+Blue) = 85+101+148=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #556594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556594 is #AA9A6B. Grayscale: #656565. Windows color (decimal): -11180652 or 9725269. OLE color: 9725269.

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

Color convert

RGB85101148-
CMYK0.430.3200.42
HSL224.76º27.04%45.69%-
HSV(B)224.76º42.57%58.04%-
XYZ13.7513.3829.87-
YUV101.57154.2116.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=25.45%
G=30.24%
B=44.31%

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
Decimal851011480.430.3200.42224.7627.0445.69
Hex5565942B2002Ae11b2e
Octal12514522453400523413356
Binary101010111001011001010010101110000001010101110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556594; }

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

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

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

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

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

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

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

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