#5E7894

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

Shades of Waikawa Grey #5E7894

Tints of Waikawa Grey #5E7894

Color information

#5E7894 (or 0x5E7894) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 78 and 94. RGB value is (94,120,148). Sum of RGB (Red+Green+Blue) = 94+120+148=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E7894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7894 is #A1876B. Grayscale: #737373. Windows color (decimal): -10585964 or 9730142. OLE color: 9730142.

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

Color convert

RGB94120148-
CMYK0.360.1900.42
HSL211.11º22.31%47.45%-
HSV(B)211.11º36.49%58.04%-
XYZ16.6817.9530.6-
YUV115.42146.39112.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=25.97%
G=33.15%
B=40.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941201480.360.1900.42211.1122.3147.45
Hex5E7894241302Ad3162f
Octal13617022444230523232657
Binary10111101111000100101001001001001101010101101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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