#556395

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

Shades of Waikawa Grey #556395

Tints of Waikawa Grey #556395

Color information

#556395 (or 0x556395) is unknown color: approx Waikawa Grey. HEX triplet: 55, 63 and 95. RGB value is (85,99,149). Sum of RGB (Red+Green+Blue) = 85+99+149=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #556395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556395 is #AA9C6A. Grayscale: #646464. Windows color (decimal): -11181163 or 9790293. OLE color: 9790293.

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

Color convert

RGB8599149-
CMYK0.430.3400.42
HSL226.88º27.35%45.88%-
HSV(B)226.88º42.95%58.43%-
XYZ13.6313.0230.23-
YUV100.51155.36116.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=25.53%
G=29.73%
B=44.74%

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
Decimal85991490.430.3400.42226.8827.3545.88
Hex5563952B2202Ae31b2e
Octal12514322553420523433356
Binary101010111000111001010110101110001001010101110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556395; }

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

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

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

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

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

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

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

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