#556294

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

Shades of Waikawa Grey #556294

Tints of Waikawa Grey #556294

Color information

#556294 (or 0x556294) is unknown color: approx Waikawa Grey. HEX triplet: 55, 62 and 94. RGB value is (85,98,148). Sum of RGB (Red+Green+Blue) = 85+98+148=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #556294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556294 is #AA9D6B. Grayscale: #636363. Windows color (decimal): -11181420 or 9724501. OLE color: 9724501.

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

Color convert

RGB8598148-
CMYK0.430.3400.42
HSL227.62º27.04%45.69%-
HSV(B)227.62º42.57%58.04%-
XYZ13.4612.829.78-
YUV99.81155.19117.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=25.68%
G=29.61%
B=44.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85981480.430.3400.42227.6227.0445.69
Hex5562942B2202Ae41b2e
Octal12514222453420523443356
Binary101010111000101001010010101110001001010101110010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556294; }

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

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

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

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

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

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

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

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