#5E739D

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

Shades of Waikawa Grey #5E739D

Tints of Waikawa Grey #5E739D

Color information

#5E739D (or 0x5E739D) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 73 and 9D. RGB value is (94,115,157). Sum of RGB (Red+Green+Blue) = 94+115+157=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E739D is #A18C62. Grayscale: #717171. Windows color (decimal): -10587235 or 10318686. OLE color: 10318686.

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

Color convert

RGB94115157-
CMYK0.400.2700.38
HSL220º25.1%49.22%-
HSV(B)220º40.13%61.57%-
XYZ16.8317.0834.31-
YUV113.51152.54114.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.68%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=25.68%
G=31.42%
B=42.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941151570.400.2700.3822025.149.22
Hex5E739D281B026dc1931
Octal13616323550330463343161
Binary10111101110011100111011010001101101001101101110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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