#5E6D96

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

Shades of Waikawa Grey #5E6D96

Tints of Waikawa Grey #5E6D96

Color information

#5E6D96 (or 0x5E6D96) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 6D and 96. RGB value is (94,109,150). Sum of RGB (Red+Green+Blue) = 94+109+150=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E6D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6D96 is #A19269. Grayscale: #6D6D6D. Windows color (decimal): -10588778 or 9858398. OLE color: 9858398.

HSL color Cylindrical-coordinate representation of color #5E6D96: hue angle of 223.93º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E6D96 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB94109150-
CMYK0.370.2700.41
HSL223.93º22.95%47.84%-
HSV(B)223.93º37.33%58.82%-
XYZ15.5915.5231.03-
YUV109.19151.03117.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.63%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=26.63%
G=30.88%
B=42.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal941091500.370.2700.41223.9322.9547.84
Hex5E6D96251B029e01730
Octal13615522645330513402760
Binary10111101101101100101101001011101101010011110000010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,109,150); }

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

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

 a { background-color: rgb(94,109,150); }

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

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

 span { border-color: rgb(94,109,150); }

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