Shades of Fiord #53595D
Tints of Fiord #53595D
RGB
CMYK
RGB Variations
Color information
#53595D (or 0x53595D) is known color: Fiord. HEX triplet: 53, 59 and 5D. RGB value is (83,89,93). Sum of RGB (Red+Green+Blue) = 83+89+93=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #53595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53595D is #ACA6A2. Grayscale: #575757. Windows color (decimal): -11314851 or 6117715. OLE color: 6117715.
HSL color Cylindrical-coordinate representation of color #53595D: hue angle of 204º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53595D is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 89 | 93 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.64 |
| HSL | 204º | 0.06% | 0.35% | - |
| HSV(B) | 204º | 0.11% | 0.36% | - |
| XYZ | 9.12 | 9.77 | 11.76 | - |
| YUV | 87.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 93 | 0.11 | 0.04 | 0 | 0.64 | 204 | 0.06 | 0.35 |
| Hex | 53 | 59 | 5D | B | 4 | 0 | 40 | CC | 6 | 23 |
| Octal | 123 | 131 | 135 | 13 | 4 | 0 | 100 | 314 | 6 | 43 |
| Binary | 1010011 | 1011001 | 1011101 | 1011 | 100 | 0 | 1000000 | 11001100 | 110 | 100011 |
Color Harmonies of #53595D
Complementary color
Monochromatic Colors of #53595D
Black with #53595D
Text Example
Text Example
White with #53595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53595D; }
p { color: rgb(83,89,93); }
H1.HeaderClassName
{
color: #53595D;
}
.AnyTagClassName
{
color: #53595D;
}
</style>
background-color css
<style>
a { background-color: #53595D; }
a { background-color: rgb(83,89,93); }
div.DivClassName
{
background-color: #53595D;
}
.BgClassName
{
background-color: #53595D;
}
</style>
border-color css
<style>
span { border-color: #53595D; }
span { border-color: rgb(83,89,93); }
td.TdClassName
{
border-color: #53595D;
}
.TagClassName
{
border-color: #53595D;
}
</style>