#5E808C

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

Shades of Hoki #5E808C

Tints of Hoki #5E808C

Color information

#5E808C (or 0x5E808C) is unknown color: approx Hoki. HEX triplet: 5E, 80 and 8C. RGB value is (94,128,140). Sum of RGB (Red+Green+Blue) = 94+128+140=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E808C is #A17F73. Grayscale: #777777. Windows color (decimal): -10583924 or 9207902. OLE color: 9207902.

HSL color Cylindrical-coordinate representation of color #5E808C: hue angle of 195.65º 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 #5E808C is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB94128140-
CMYK0.330.0900.45
HSL195.65º19.66%45.88%-
HSV(B)195.65º32.86%54.9%-
XYZ17.0719.7127.72-
YUV119.2139.74110.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=25.97%
G=35.36%
B=38.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal941281400.330.0900.45195.6519.6645.88
Hex5E808C21902Dc4142e
Octal13620021441110553042456
Binary10111101000000010001100100001100101011011100010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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