#5E719D

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

Shades of Waikawa Grey #5E719D

Tints of Waikawa Grey #5E719D

Color information

#5E719D (or 0x5E719D) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 71 and 9D. RGB value is (94,113,157). Sum of RGB (Red+Green+Blue) = 94+113+157=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E719D is #A18E62. Grayscale: #707070. Windows color (decimal): -10587747 or 10318174. OLE color: 10318174.

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

Color convert

RGB94113157-
CMYK0.400.2800.38
HSL221.9º25.1%49.22%-
HSV(B)221.9º40.13%61.57%-
XYZ16.6116.6234.23-
YUV112.34153.21114.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.82%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=25.82%
G=31.04%
B=43.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941131570.400.2800.38221.925.149.22
Hex5E719D281C026de1931
Octal13616123550340463363161
Binary10111101110001100111011010001110001001101101111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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