#5E8086

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

Shades of Hoki #5E8086

Tints of Hoki #5E8086

Color information

#5E8086 (or 0x5E8086) is unknown color: approx Hoki. HEX triplet: 5E, 80 and 86. RGB value is (94,128,134). Sum of RGB (Red+Green+Blue) = 94+128+134=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E8086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8086 is #A17F79. Grayscale: #767676. Windows color (decimal): -10583930 or 8814686. OLE color: 8814686.

HSL color Cylindrical-coordinate representation of color #5E8086: hue angle of 189º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E8086 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB94128134-
CMYK0.300.0400.47
HSL189º17.54%44.71%-
HSV(B)189º29.85%52.55%-
XYZ16.6419.5425.45-
YUV118.52136.74110.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.40%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=26.40%
G=35.96%
B=37.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal941281340.300.0400.4718917.5444.71
Hex5E80861E402Fbd122d
Octal1362002063640572752255
Binary101111010000000100001101111010001011111011110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,128,134); }

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

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

 a { background-color: rgb(94,128,134); }

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

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

 span { border-color: rgb(94,128,134); }

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