#5E688D

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

Shades of Waikawa Grey #5E688D

Tints of Waikawa Grey #5E688D

Color information

#5E688D (or 0x5E688D) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 68 and 8D. RGB value is (94,104,141). Sum of RGB (Red+Green+Blue) = 94+104+141=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E688D is #A19772. Grayscale: #696969. Windows color (decimal): -10590067 or 9267294. OLE color: 9267294.

HSL color Cylindrical-coordinate representation of color #5E688D: hue angle of 227.23º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E688D is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB94104141-
CMYK0.330.2600.45
HSL227.23º20%46.08%-
HSV(B)227.23º33.33%55.29%-
XYZ14.3714.227.18-
YUV105.23148.19119.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.73%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=27.73%
G=30.68%
B=41.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal941041410.330.2600.45227.232046.08
Hex5E688D211A02De3142e
Octal13615021541320553432456
Binary10111101101000100011011000011101001011011110001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,104,141); }

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

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

 a { background-color: rgb(94,104,141); }

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

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

 span { border-color: rgb(94,104,141); }

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