Shades of Fiord #595F62
Tints of Fiord #595F62
RGB
CMYK
RGB Variations
Color information
#595F62 (or 0x595F62) is known color: Fiord. HEX triplet: 59, 5F and 62. RGB value is (89,95,98). Sum of RGB (Red+Green+Blue) = 89+95+98=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 98 - color contains mainly: blue. Hex color #595F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F62 is #A6A09D. Grayscale: #5D5D5D. Windows color (decimal): -10920094 or 6446937. OLE color: 6446937.
HSL color Cylindrical-coordinate representation of color #595F62: hue angle of 200º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #595F62 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 95 | 98 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.62 |
| HSL | 200º | 0.05% | 0.37% | - |
| HSV(B) | 200º | 0.09% | 0.38% | - |
| XYZ | 10.42 | 11.19 | 13.17 | - |
| YUV | 93.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 98 | 0.09 | 0.03 | 0 | 0.62 | 200 | 0.05 | 0.37 |
| Hex | 59 | 5F | 62 | 9 | 3 | 0 | 3E | C8 | 5 | 25 |
| Octal | 131 | 137 | 142 | 11 | 3 | 0 | 76 | 310 | 5 | 45 |
| Binary | 1011001 | 1011111 | 1100010 | 1001 | 11 | 0 | 111110 | 11001000 | 101 | 100101 |
Color Harmonies of #595F62
Complementary color
Monochromatic Colors of #595F62
Black with #595F62
Text Example
Text Example
White with #595F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F62; }
p { color: rgb(89,95,98); }
H1.HeaderClassName
{
color: #595F62;
}
.AnyTagClassName
{
color: #595F62;
}
</style>
background-color css
<style>
a { background-color: #595F62; }
a { background-color: rgb(89,95,98); }
div.DivClassName
{
background-color: #595F62;
}
.BgClassName
{
background-color: #595F62;
}
</style>
border-color css
<style>
span { border-color: #595F62; }
span { border-color: rgb(89,95,98); }
td.TdClassName
{
border-color: #595F62;
}
.TagClassName
{
border-color: #595F62;
}
</style>