Shades of Fiord #595E61
Tints of Fiord #595E61
RGB
CMYK
RGB Variations
Color information
#595E61 (or 0x595E61) is known color: Fiord. HEX triplet: 59, 5E and 61. RGB value is (89,94,97). Sum of RGB (Red+Green+Blue) = 89+94+97=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 97 - color contains mainly: blue. Hex color #595E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E61 is #A6A19E. Grayscale: #5C5C5C. Windows color (decimal): -10920351 or 6381145. OLE color: 6381145.
HSL color Cylindrical-coordinate representation of color #595E61: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595E61 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 94 | 97 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.62 |
| HSL | 202.5º | 0.04% | 0.36% | - |
| HSV(B) | 202.5º | 0.08% | 0.38% | - |
| XYZ | 10.28 | 10.99 | 12.89 | - |
| YUV | 92.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 97 | 0.08 | 0.03 | 0 | 0.62 | 202.5 | 0.04 | 0.36 |
| Hex | 59 | 5E | 61 | 8 | 3 | 0 | 3E | CA | 4 | 24 |
| Octal | 131 | 136 | 141 | 10 | 3 | 0 | 76 | 312 | 4 | 44 |
| Binary | 1011001 | 1011110 | 1100001 | 1000 | 11 | 0 | 111110 | 11001010 | 100 | 100100 |
Color Harmonies of #595E61
Complementary color
Monochromatic Colors of #595E61
Black with #595E61
Text Example
Text Example
White with #595E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E61; }
p { color: rgb(89,94,97); }
H1.HeaderClassName
{
color: #595E61;
}
.AnyTagClassName
{
color: #595E61;
}
</style>
background-color css
<style>
a { background-color: #595E61; }
a { background-color: rgb(89,94,97); }
div.DivClassName
{
background-color: #595E61;
}
.BgClassName
{
background-color: #595E61;
}
</style>
border-color css
<style>
span { border-color: #595E61; }
span { border-color: rgb(89,94,97); }
td.TdClassName
{
border-color: #595E61;
}
.TagClassName
{
border-color: #595E61;
}
</style>