#556392

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

Shades of Waikawa Grey #556392

Tints of Waikawa Grey #556392

Color information

#556392 (or 0x556392) is unknown color: approx Waikawa Grey. HEX triplet: 55, 63 and 92. RGB value is (85,99,146). Sum of RGB (Red+Green+Blue) = 85+99+146=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #556392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556392 is #AA9C6D. Grayscale: #636363. Windows color (decimal): -11181166 or 9593685. OLE color: 9593685.

HSL color Cylindrical-coordinate representation of color #556392: hue angle of 226.23º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556392 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8599146-
CMYK0.420.3200.43
HSL226.23º26.41%45.29%-
HSV(B)226.23º41.78%57.25%-
XYZ13.412.9328.98-
YUV100.17153.86117.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=25.76%
G=30%
B=44.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85991460.420.3200.43226.2326.4145.29
Hex5563922A2002Be21a2d
Octal12514322252400533423255
Binary101010111000111001001010101010000001010111110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556392; }

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

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

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

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

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

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

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

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