Shades of Fiord #54595D
Tints of Fiord #54595D
RGB
CMYK
RGB Variations
Color information
#54595D (or 0x54595D) is known color: Fiord. HEX triplet: 54, 59 and 5D. RGB value is (84,89,93). Sum of RGB (Red+Green+Blue) = 84+89+93=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #54595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54595D is #ABA6A2. Grayscale: #575757. Windows color (decimal): -11249315 or 6117716. OLE color: 6117716.
HSL color Cylindrical-coordinate representation of color #54595D: hue angle of 206.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #54595D is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 89 | 93 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.64 |
| HSL | 206.67º | 0.05% | 0.35% | - |
| HSV(B) | 206.67º | 0.1% | 0.36% | - |
| XYZ | 9.2 | 9.82 | 11.77 | - |
| YUV | 87.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 93 | 0.10 | 0.04 | 0 | 0.64 | 206.67 | 0.05 | 0.35 |
| Hex | 54 | 59 | 5D | A | 4 | 0 | 40 | CF | 5 | 23 |
| Octal | 124 | 131 | 135 | 12 | 4 | 0 | 100 | 317 | 5 | 43 |
| Binary | 1010100 | 1011001 | 1011101 | 1010 | 100 | 0 | 1000000 | 11001111 | 101 | 100011 |
Color Harmonies of #54595D
Complementary color
Monochromatic Colors of #54595D
Black with #54595D
Text Example
Text Example
White with #54595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54595D; }
p { color: rgb(84,89,93); }
H1.HeaderClassName
{
color: #54595D;
}
.AnyTagClassName
{
color: #54595D;
}
</style>
background-color css
<style>
a { background-color: #54595D; }
a { background-color: rgb(84,89,93); }
div.DivClassName
{
background-color: #54595D;
}
.BgClassName
{
background-color: #54595D;
}
</style>
border-color css
<style>
span { border-color: #54595D; }
span { border-color: rgb(84,89,93); }
td.TdClassName
{
border-color: #54595D;
}
.TagClassName
{
border-color: #54595D;
}
</style>