#556995

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

Shades of Waikawa Grey #556995

Tints of Waikawa Grey #556995

Color information

#556995 (or 0x556995) is unknown color: approx Waikawa Grey. HEX triplet: 55, 69 and 95. RGB value is (85,105,149). Sum of RGB (Red+Green+Blue) = 85+105+149=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #556995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556995 is #AA966A. Grayscale: #676767. Windows color (decimal): -11179627 or 9791829. OLE color: 9791829.

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

Color convert

RGB85105149-
CMYK0.430.3000.42
HSL221.25º27.35%45.88%-
HSV(B)221.25º42.95%58.43%-
XYZ14.2214.230.43-
YUV104.04153.37114.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=25.07%
G=30.97%
B=43.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851051490.430.3000.42221.2527.3545.88
Hex5569952B1E02Add1b2e
Octal12515122553360523353356
Binary10101011101001100101011010111111001010101101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556995; }

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

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

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

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

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

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

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

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