#5E759C

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

Shades of Waikawa Grey #5E759C

Tints of Waikawa Grey #5E759C

Color information

#5E759C (or 0x5E759C) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 75 and 9C. RGB value is (94,117,156). Sum of RGB (Red+Green+Blue) = 94+117+156=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E759C is #A18A63. Grayscale: #727272. Windows color (decimal): -10586724 or 10253662. OLE color: 10253662.

HSL color Cylindrical-coordinate representation of color #5E759C: hue angle of 217.74º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E759C is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94117156-
CMYK0.400.2500.39
HSL217.74º24.8%49.02%-
HSV(B)217.74º39.74%61.18%-
XYZ16.9817.533.94-
YUV114.57151.38113.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=25.61%
G=31.88%
B=42.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941171560.400.2500.39217.7424.849.02
Hex5E759C2819027da1931
Octal13616523450310473323161
Binary10111101110101100111001010001100101001111101101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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