#5E729C

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

Shades of Waikawa Grey #5E729C

Tints of Waikawa Grey #5E729C

Color information

#5E729C (or 0x5E729C) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 72 and 9C. RGB value is (94,114,156). Sum of RGB (Red+Green+Blue) = 94+114+156=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E729C is #A18D63. Grayscale: #707070. Windows color (decimal): -10587492 or 10252894. OLE color: 10252894.

HSL color Cylindrical-coordinate representation of color #5E729C: hue angle of 220.65º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E729C is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94114156-
CMYK0.400.2700.39
HSL220.65º24.8%49.02%-
HSV(B)220.65º39.74%61.18%-
XYZ16.6316.8133.82-
YUV112.81152.37114.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.82%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=25.82%
G=31.32%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941141560.400.2700.39220.6524.849.02
Hex5E729C281B027dd1931
Octal13616223450330473353161
Binary10111101110010100111001010001101101001111101110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E729C; }

 p { color: rgb(94,114,156); }

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

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

 a { background-color: rgb(94,114,156); }

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

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

 span { border-color: rgb(94,114,156); }

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