Shades of Fiord #585F62
Tints of Fiord #585F62
RGB
CMYK
RGB Variations
Color information
#585F62 (or 0x585F62) is known color: Fiord. HEX triplet: 58, 5F and 62. RGB value is (88,95,98). Sum of RGB (Red+Green+Blue) = 88+95+98=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 98 - color contains mainly: blue. Hex color #585F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F62 is #A7A09D. Grayscale: #5D5D5D. Windows color (decimal): -10985630 or 6446936. OLE color: 6446936.
HSL color Cylindrical-coordinate representation of color #585F62: hue angle of 198º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #585F62 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 95 | 98 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.62 |
| HSL | 198º | 0.05% | 0.36% | - |
| HSV(B) | 198º | 0.1% | 0.38% | - |
| XYZ | 10.32 | 11.14 | 13.16 | - |
| YUV | 93.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 98 | 0.10 | 0.03 | 0 | 0.62 | 198 | 0.05 | 0.36 |
| Hex | 58 | 5F | 62 | A | 3 | 0 | 3E | C6 | 5 | 24 |
| Octal | 130 | 137 | 142 | 12 | 3 | 0 | 76 | 306 | 5 | 44 |
| Binary | 1011000 | 1011111 | 1100010 | 1010 | 11 | 0 | 111110 | 11000110 | 101 | 100100 |
Color Harmonies of #585F62
Complementary color
Monochromatic Colors of #585F62
Black with #585F62
Text Example
Text Example
White with #585F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F62; }
p { color: rgb(88,95,98); }
H1.HeaderClassName
{
color: #585F62;
}
.AnyTagClassName
{
color: #585F62;
}
</style>
background-color css
<style>
a { background-color: #585F62; }
a { background-color: rgb(88,95,98); }
div.DivClassName
{
background-color: #585F62;
}
.BgClassName
{
background-color: #585F62;
}
</style>
border-color css
<style>
span { border-color: #585F62; }
span { border-color: rgb(88,95,98); }
td.TdClassName
{
border-color: #585F62;
}
.TagClassName
{
border-color: #585F62;
}
</style>