#5E729F

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

Shades of Waikawa Grey #5E729F

Tints of Waikawa Grey #5E729F

Color information

#5E729F (or 0x5E729F) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 72 and 9F. RGB value is (94,114,159). Sum of RGB (Red+Green+Blue) = 94+114+159=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E729F is #A18D60. Grayscale: #707070. Windows color (decimal): -10587489 or 10449502. OLE color: 10449502.

HSL color Cylindrical-coordinate representation of color #5E729F: hue angle of 221.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E729F is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB94114159-
CMYK0.410.2800.38
HSL221.54º25.69%49.61%-
HSV(B)221.54º40.88%62.35%-
XYZ16.8916.9235.18-
YUV113.15153.87114.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=25.61%
G=31.06%
B=43.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941141590.410.2800.38221.5425.6949.61
Hex5E729F291C026de1a32
Octal13616223751340463363262
Binary10111101110010100111111010011110001001101101111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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