#556293

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

Shades of Waikawa Grey #556293

Tints of Waikawa Grey #556293

Color information

#556293 (or 0x556293) is unknown color: approx Waikawa Grey. HEX triplet: 55, 62 and 93. RGB value is (85,98,147). Sum of RGB (Red+Green+Blue) = 85+98+147=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #556293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556293 is #AA9D6C. Grayscale: #636363. Windows color (decimal): -11181421 or 9658965. OLE color: 9658965.

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

Color convert

RGB8598147-
CMYK0.420.3300.42
HSL227.42º26.72%45.49%-
HSV(B)227.42º42.18%57.65%-
XYZ13.3812.7729.36-
YUV99.7154.69117.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=25.76%
G=29.70%
B=44.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85981470.420.3300.42227.4226.7245.49
Hex5562932A2102Ae31b2d
Octal12514222352410523433355
Binary101010111000101001001110101010000101010101110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556293; }

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

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

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

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

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

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

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

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