#556593

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

Shades of Waikawa Grey #556593

Tints of Waikawa Grey #556593

Color information

#556593 (or 0x556593) is unknown color: approx Waikawa Grey. HEX triplet: 55, 65 and 93. RGB value is (85,101,147). Sum of RGB (Red+Green+Blue) = 85+101+147=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #556593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556593 is #AA9A6C. Grayscale: #656565. Windows color (decimal): -11180653 or 9659733. OLE color: 9659733.

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

Color convert

RGB85101147-
CMYK0.420.3100.42
HSL224.52º26.72%45.49%-
HSV(B)224.52º42.18%57.65%-
XYZ13.6713.3529.46-
YUV101.46153.7116.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=25.53%
G=30.33%
B=44.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851011470.420.3100.42224.5226.7245.49
Hex5565932A1F02Ae11b2d
Octal12514522352370523413355
Binary10101011100101100100111010101111101010101110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556593; }

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

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

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

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

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

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

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

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