Shades of Fiord #52595E
Tints of Fiord #52595E
RGB
CMYK
RGB Variations
Color information
#52595E (or 0x52595E) is known color: Fiord. HEX triplet: 52, 59 and 5E. RGB value is (82,89,94). Sum of RGB (Red+Green+Blue) = 82+89+94=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 94 - color contains mainly: blue. Hex color #52595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52595E is #ADA6A1. Grayscale: #575757. Windows color (decimal): -11380386 or 6183250. OLE color: 6183250.
HSL color Cylindrical-coordinate representation of color #52595E: hue angle of 205º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #52595E is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 89 | 94 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.63 |
| HSL | 205º | 0.07% | 0.35% | - |
| HSV(B) | 205º | 0.13% | 0.37% | - |
| XYZ | 9.07 | 9.75 | 11.99 | - |
| YUV | 87.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 94 | 0.13 | 0.05 | 0 | 0.63 | 205 | 0.07 | 0.35 |
| Hex | 52 | 59 | 5E | D | 5 | 0 | 3F | CD | 7 | 23 |
| Octal | 122 | 131 | 136 | 15 | 5 | 0 | 77 | 315 | 7 | 43 |
| Binary | 1010010 | 1011001 | 1011110 | 1101 | 101 | 0 | 111111 | 11001101 | 111 | 100011 |
Color Harmonies of #52595E
Complementary color
Monochromatic Colors of #52595E
Black with #52595E
Text Example
Text Example
White with #52595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52595E; }
p { color: rgb(82,89,94); }
H1.HeaderClassName
{
color: #52595E;
}
.AnyTagClassName
{
color: #52595E;
}
</style>
background-color css
<style>
a { background-color: #52595E; }
a { background-color: rgb(82,89,94); }
div.DivClassName
{
background-color: #52595E;
}
.BgClassName
{
background-color: #52595E;
}
</style>
border-color css
<style>
span { border-color: #52595E; }
span { border-color: rgb(82,89,94); }
td.TdClassName
{
border-color: #52595E;
}
.TagClassName
{
border-color: #52595E;
}
</style>