#556993

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

Shades of Waikawa Grey #556993

Tints of Waikawa Grey #556993

Color information

#556993 (or 0x556993) is unknown color: approx Waikawa Grey. HEX triplet: 55, 69 and 93. RGB value is (85,105,147). Sum of RGB (Red+Green+Blue) = 85+105+147=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #556993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556993 is #AA966C. Grayscale: #676767. Windows color (decimal): -11179629 or 9660757. OLE color: 9660757.

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

Color convert

RGB85105147-
CMYK0.420.2900.42
HSL220.65º26.72%45.49%-
HSV(B)220.65º42.18%57.65%-
XYZ14.0614.1429.59-
YUV103.81152.37114.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=25.22%
G=31.16%
B=43.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851051470.420.2900.42220.6526.7245.49
Hex5569932A1D02Add1b2d
Octal12515122352350523353355
Binary10101011101001100100111010101110101010101101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556993; }

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

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

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

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

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

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

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

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