#556394

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

Shades of Waikawa Grey #556394

Tints of Waikawa Grey #556394

Color information

#556394 (or 0x556394) is unknown color: approx Waikawa Grey. HEX triplet: 55, 63 and 94. RGB value is (85,99,148). Sum of RGB (Red+Green+Blue) = 85+99+148=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #556394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556394 is #AA9C6B. Grayscale: #646464. Windows color (decimal): -11181164 or 9724757. OLE color: 9724757.

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

Color convert

RGB8599148-
CMYK0.430.3300.42
HSL226.67º27.04%45.69%-
HSV(B)226.67º42.57%58.04%-
XYZ13.5512.9929.81-
YUV100.4154.86117.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=25.60%
G=29.82%
B=44.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85991480.430.3300.42226.6727.0445.69
Hex5563942B2102Ae31b2e
Octal12514322453410523433356
Binary101010111000111001010010101110000101010101110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556394; }

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

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

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

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

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

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

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

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