Shades of Hoki #5F818D
Tints of Hoki #5F818D
RGB
CMYK
RGB Variations
Color information
#5F818D (or 0x5F818D) is known color: Hoki. HEX triplet: 5F, 81 and 8D. RGB value is (95,129,141). Sum of RGB (Red+Green+Blue) = 95+129+141=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F818D is #A07E72. Grayscale: #787878. Windows color (decimal): -10518131 or 9273695. OLE color: 9273695.
HSL color Cylindrical-coordinate representation of color #5F818D: hue angle of 195.65º degrees, saturation: 0.19, 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 #5F818D is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 129 | 141 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.45 |
| HSL | 195.65º | 0.19% | 0.46% | - |
| HSV(B) | 195.65º | 0.33% | 0.55% | - |
| XYZ | 17.38 | 20.06 | 28.15 | - |
| YUV | 120.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 129 | 141 | 0.33 | 0.09 | 0 | 0.45 | 195.65 | 0.19 | 0.46 |
| Hex | 5F | 81 | 8D | 21 | 9 | 0 | 2D | C4 | 13 | 2E |
| Octal | 137 | 201 | 215 | 41 | 11 | 0 | 55 | 304 | 23 | 56 |
| Binary | 1011111 | 10000001 | 10001101 | 100001 | 1001 | 0 | 101101 | 11000100 | 10011 | 101110 |
Color Harmonies of #5F818D
Complementary color
Monochromatic Colors of #5F818D
Black with #5F818D
Text Example
Text Example
White with #5F818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F818D; }
p { color: rgb(95,129,141); }
H1.HeaderClassName
{
color: #5F818D;
}
.AnyTagClassName
{
color: #5F818D;
}
</style>
background-color css
<style>
a { background-color: #5F818D; }
a { background-color: rgb(95,129,141); }
div.DivClassName
{
background-color: #5F818D;
}
.BgClassName
{
background-color: #5F818D;
}
</style>
border-color css
<style>
span { border-color: #5F818D; }
span { border-color: rgb(95,129,141); }
td.TdClassName
{
border-color: #5F818D;
}
.TagClassName
{
border-color: #5F818D;
}
</style>