#5F7F8E

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

Shades of Hoki #5F7F8E

Tints of Hoki #5F7F8E

Color information

#5F7F8E (or 0x5F7F8E) is unknown color: approx Hoki. HEX triplet: 5F, 7F and 8E. RGB value is (95,127,142). Sum of RGB (Red+Green+Blue) = 95+127+142=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F7F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7F8E is #A08071. Grayscale: #777777. Windows color (decimal): -10518642 or 9338719. OLE color: 9338719.

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

Color convert

RGB95127142-
CMYK0.330.1100.44
HSL199.15º19.83%46.47%-
HSV(B)199.15º33.1%55.69%-
XYZ17.1919.5628.46-
YUV119.14140.9110.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.10%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=26.10%
G=34.89%
B=39.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951271420.330.1100.44199.1519.8346.47
Hex5F7F8E21B02Cc7142e
Octal13717721641130543072456
Binary1011111111111110001110100001101101011001100011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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