#5E6994

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

Shades of Waikawa Grey #5E6994

Tints of Waikawa Grey #5E6994

Color information

#5E6994 (or 0x5E6994) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 69 and 94. RGB value is (94,105,148). Sum of RGB (Red+Green+Blue) = 94+105+148=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E6994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6994 is #A1966B. Grayscale: #6A6A6A. Windows color (decimal): -10589804 or 9726302. OLE color: 9726302.

HSL color Cylindrical-coordinate representation of color #5E6994: hue angle of 227.78º 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 #5E6994 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB94105148-
CMYK0.360.2900.42
HSL227.78º22.31%47.45%-
HSV(B)227.78º36.49%58.04%-
XYZ15.0114.6230.05-
YUV106.61151.36119-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=27.09%
G=30.26%
B=42.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941051480.360.2900.42227.7822.3147.45
Hex5E6994241D02Ae4162f
Octal13615122444350523442657
Binary10111101101001100101001001001110101010101110010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,105,148); }

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

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

 a { background-color: rgb(94,105,148); }

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

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

 span { border-color: rgb(94,105,148); }

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