#5E739C

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

Shades of Waikawa Grey #5E739C

Tints of Waikawa Grey #5E739C

Color information

#5E739C (or 0x5E739C) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 73 and 9C. RGB value is (94,115,156). Sum of RGB (Red+Green+Blue) = 94+115+156=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E739C is #A18C63. Grayscale: #717171. Windows color (decimal): -10587236 or 10253150. OLE color: 10253150.

HSL color Cylindrical-coordinate representation of color #5E739C: hue angle of 219.68º 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 #5E739C is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94115156-
CMYK0.400.2600.39
HSL219.68º24.8%49.02%-
HSV(B)219.68º39.74%61.18%-
XYZ16.7517.0433.86-
YUV113.39152.04114.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.75%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=25.75%
G=31.51%
B=42.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941151560.400.2600.39219.6824.849.02
Hex5E739C281A027dc1931
Octal13616323450320473343161
Binary10111101110011100111001010001101001001111101110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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