#5E719F

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

Shades of Waikawa Grey #5E719F

Tints of Waikawa Grey #5E719F

Color information

#5E719F (or 0x5E719F) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 71 and 9F. RGB value is (94,113,159). Sum of RGB (Red+Green+Blue) = 94+113+159=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E719F is #A18E60. Grayscale: #707070. Windows color (decimal): -10587745 or 10449246. OLE color: 10449246.

HSL color Cylindrical-coordinate representation of color #5E719F: hue angle of 222.46º 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 #5E719F is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB94113159-
CMYK0.410.2900.38
HSL222.46º25.69%49.61%-
HSV(B)222.46º40.88%62.35%-
XYZ16.7816.6935.14-
YUV112.56154.21114.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.68%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=25.68%
G=30.87%
B=43.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941131590.410.2900.38222.4625.6949.61
Hex5E719F291D026de1a32
Octal13616123751350463363262
Binary10111101110001100111111010011110101001101101111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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