#556793

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

Shades of Waikawa Grey #556793

Tints of Waikawa Grey #556793

Color information

#556793 (or 0x556793) is unknown color: approx Waikawa Grey. HEX triplet: 55, 67 and 93. RGB value is (85,103,147). Sum of RGB (Red+Green+Blue) = 85+103+147=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #556793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556793 is #AA986C. Grayscale: #666666. Windows color (decimal): -11180141 or 9660245. OLE color: 9660245.

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

Color convert

RGB85103147-
CMYK0.420.3000.42
HSL222.58º26.72%45.49%-
HSV(B)222.58º42.18%57.65%-
XYZ13.8613.7429.52-
YUV102.63153.04115.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=25.37%
G=30.75%
B=43.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851031470.420.3000.42222.5826.7245.49
Hex5567932A1E02Adf1b2d
Octal12514722352360523373355
Binary10101011100111100100111010101111001010101101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556793; }

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

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

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

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

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

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

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

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