#5E8189

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

Shades of Hoki #5E8189

Tints of Hoki #5E8189

Color information

#5E8189 (or 0x5E8189) is unknown color: approx Hoki. HEX triplet: 5E, 81 and 89. RGB value is (94,129,137). Sum of RGB (Red+Green+Blue) = 94+129+137=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E8189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8189 is #A17E76. Grayscale: #777777. Windows color (decimal): -10583671 or 9011550. OLE color: 9011550.

HSL color Cylindrical-coordinate representation of color #5E8189: hue angle of 191.16º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8189 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB94129137-
CMYK0.310.0600.46
HSL191.16º18.61%45.29%-
HSV(B)191.16º31.39%53.73%-
XYZ16.9819.8926.61-
YUV119.45137.9109.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.11%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=26.11%
G=35.83%
B=38.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal941291370.310.0600.46191.1618.6145.29
Hex5E81891F602Ebf132d
Octal1362012113760562772355
Binary101111010000001100010011111111001011101011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,129,137); }

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

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

 a { background-color: rgb(94,129,137); }

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

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

 span { border-color: rgb(94,129,137); }

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