#556393

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

Shades of Waikawa Grey #556393

Tints of Waikawa Grey #556393

Color information

#556393 (or 0x556393) is unknown color: approx Waikawa Grey. HEX triplet: 55, 63 and 93. RGB value is (85,99,147). Sum of RGB (Red+Green+Blue) = 85+99+147=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #556393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556393 is #AA9C6C. Grayscale: #646464. Windows color (decimal): -11181165 or 9659221. OLE color: 9659221.

HSL color Cylindrical-coordinate representation of color #556393: hue angle of 226.45º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556393 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8599147-
CMYK0.420.3300.42
HSL226.45º26.72%45.49%-
HSV(B)226.45º42.18%57.65%-
XYZ13.4712.9629.4-
YUV100.29154.36117.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=25.68%
G=29.91%
B=44.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85991470.420.3300.42226.4526.7245.49
Hex5563932A2102Ae21b2d
Octal12514322352410523423355
Binary101010111000111001001110101010000101010101110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556393; }

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

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

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

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

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

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

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

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