#5E6D93

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

Shades of Waikawa Grey #5E6D93

Tints of Waikawa Grey #5E6D93

Color information

#5E6D93 (or 0x5E6D93) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 6D and 93. RGB value is (94,109,147). Sum of RGB (Red+Green+Blue) = 94+109+147=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E6D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6D93 is #A1926C. Grayscale: #6C6C6C. Windows color (decimal): -10588781 or 9661790. OLE color: 9661790.

HSL color Cylindrical-coordinate representation of color #5E6D93: hue angle of 223.02º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E6D93 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB94109147-
CMYK0.360.2600.42
HSL223.02º21.99%47.25%-
HSV(B)223.02º36.05%57.65%-
XYZ15.3515.4229.77-
YUV108.85149.53117.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.86%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 147 (57.81% from 255) = 42%
R=26.86%
G=31.14%
B=42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941091470.360.2600.42223.0221.9947.25
Hex5E6D93241A02Adf162f
Octal13615522344320523372657
Binary10111101101101100100111001001101001010101101111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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