Shades of Fiord #5A5F61
Tints of Fiord #5A5F61
RGB
CMYK
RGB Variations
Color information
#5A5F61 (or 0x5A5F61) is known color: Fiord. HEX triplet: 5A, 5F and 61. RGB value is (90,95,97). Sum of RGB (Red+Green+Blue) = 90+95+97=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A5F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F61 is #A5A09E. Grayscale: #5D5D5D. Windows color (decimal): -10854559 or 6381402. OLE color: 6381402.
HSL color Cylindrical-coordinate representation of color #5A5F61: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A5F61 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 95 | 97 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.62 |
| HSL | 197.14º | 0.04% | 0.37% | - |
| HSV(B) | 197.14º | 0.07% | 0.38% | - |
| XYZ | 10.47 | 11.22 | 12.92 | - |
| YUV | 93.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 97 | 0.07 | 0.02 | 0 | 0.62 | 197.14 | 0.04 | 0.37 |
| Hex | 5A | 5F | 61 | 7 | 2 | 0 | 3E | C5 | 4 | 25 |
| Octal | 132 | 137 | 141 | 7 | 2 | 0 | 76 | 305 | 4 | 45 |
| Binary | 1011010 | 1011111 | 1100001 | 111 | 10 | 0 | 111110 | 11000101 | 100 | 100101 |
Color Harmonies of #5A5F61
Complementary color
Monochromatic Colors of #5A5F61
Black with #5A5F61
Text Example
Text Example
White with #5A5F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F61; }
p { color: rgb(90,95,97); }
H1.HeaderClassName
{
color: #5A5F61;
}
.AnyTagClassName
{
color: #5A5F61;
}
</style>
background-color css
<style>
a { background-color: #5A5F61; }
a { background-color: rgb(90,95,97); }
div.DivClassName
{
background-color: #5A5F61;
}
.BgClassName
{
background-color: #5A5F61;
}
</style>
border-color css
<style>
span { border-color: #5A5F61; }
span { border-color: rgb(90,95,97); }
td.TdClassName
{
border-color: #5A5F61;
}
.TagClassName
{
border-color: #5A5F61;
}
</style>