#5E759F

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

Shades of Waikawa Grey #5E759F

Tints of Waikawa Grey #5E759F

Color information

#5E759F (or 0x5E759F) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 75 and 9F. RGB value is (94,117,159). Sum of RGB (Red+Green+Blue) = 94+117+159=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E759F is #A18A60. Grayscale: #727272. Windows color (decimal): -10586721 or 10450270. OLE color: 10450270.

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

Color convert

RGB94117159-
CMYK0.410.2600.38
HSL218.77º25.69%49.61%-
HSV(B)218.77º40.88%62.35%-
XYZ17.2417.6135.29-
YUV114.91152.88113.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=25.41%
G=31.62%
B=42.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941171590.410.2600.38218.7725.6949.61
Hex5E759F291A026db1a32
Octal13616523751320463333262
Binary10111101110101100111111010011101001001101101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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