#556391

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

Shades of Waikawa Grey #556391

Tints of Waikawa Grey #556391

Color information

#556391 (or 0x556391) is unknown color: approx Waikawa Grey. HEX triplet: 55, 63 and 91. RGB value is (85,99,145). Sum of RGB (Red+Green+Blue) = 85+99+145=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #556391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556391 is #AA9C6E. Grayscale: #636363. Windows color (decimal): -11181167 or 9528149. OLE color: 9528149.

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

Color convert

RGB8599145-
CMYK0.410.3200.43
HSL226º26.09%45.1%-
HSV(B)226º41.38%56.86%-
XYZ13.3212.928.58-
YUV100.06153.36117.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=25.84%
G=30.09%
B=44.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85991450.410.3200.4322626.0945.1
Hex556391292002Be21a2d
Octal12514322151400533423255
Binary101010111000111001000110100110000001010111110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556391; }

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

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

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

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

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

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

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

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