#5F808E

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

Shades of Hoki #5F808E

Tints of Hoki #5F808E

Color information

#5F808E (or 0x5F808E) is unknown color: approx Hoki. HEX triplet: 5F, 80 and 8E. RGB value is (95,128,142). Sum of RGB (Red+Green+Blue) = 95+128+142=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F808E is #A07F71. Grayscale: #777777. Windows color (decimal): -10518386 or 9338975. OLE color: 9338975.

HSL color Cylindrical-coordinate representation of color #5F808E: hue angle of 197.87º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F808E is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB95128142-
CMYK0.330.1000.44
HSL197.87º19.83%46.47%-
HSV(B)197.87º33.1%55.69%-
XYZ17.3219.8228.5-
YUV119.73140.57110.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=26.03%
G=35.07%
B=38.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951281420.330.1000.44197.8719.8346.47
Hex5F808E21A02Cc6142e
Octal13720021641120543062456
Binary10111111000000010001110100001101001011001100011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,128,142); }

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

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

 a { background-color: rgb(95,128,142); }

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

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

 span { border-color: rgb(95,128,142); }

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