#5E658E

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

Shades of Waikawa Grey #5E658E

Tints of Waikawa Grey #5E658E

Color information

#5E658E (or 0x5E658E) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 65 and 8E. RGB value is (94,101,142). Sum of RGB (Red+Green+Blue) = 94+101+142=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E658E is #A19A71. Grayscale: #676767. Windows color (decimal): -10590834 or 9332062. OLE color: 9332062.

HSL color Cylindrical-coordinate representation of color #5E658E: hue angle of 231.25º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E658E is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB94101142-
CMYK0.340.2900.44
HSL231.25º20.34%46.27%-
HSV(B)231.25º33.8%55.69%-
XYZ14.1513.6427.48-
YUV103.58149.68121.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.89%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=27.89%
G=29.97%
B=42.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal941011420.340.2900.44231.2520.3446.27
Hex5E658E221D02Ce7142e
Octal13614521642350543472456
Binary10111101100101100011101000101110101011001110011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,142); }

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

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

 a { background-color: rgb(94,101,142); }

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

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

 span { border-color: rgb(94,101,142); }

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