#5E709D

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

Shades of Waikawa Grey #5E709D

Tints of Waikawa Grey #5E709D

Color information

#5E709D (or 0x5E709D) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 70 and 9D. RGB value is (94,112,157). Sum of RGB (Red+Green+Blue) = 94+112+157=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E709D is #A18F62. Grayscale: #6F6F6F. Windows color (decimal): -10588003 or 10317918. OLE color: 10317918.

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

Color convert

RGB94112157-
CMYK0.400.2900.38
HSL222.86º25.1%49.22%-
HSV(B)222.86º40.13%61.57%-
XYZ16.516.434.19-
YUV111.75153.54115.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.90%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=25.90%
G=30.85%
B=43.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941121570.400.2900.38222.8625.149.22
Hex5E709D281D026df1931
Octal13616023550350463373161
Binary10111101110000100111011010001110101001101101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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