Shades of Fiord #545D60
Tints of Fiord #545D60
RGB
CMYK
RGB Variations
Color information
#545D60 (or 0x545D60) is known color: Fiord. HEX triplet: 54, 5D and 60. RGB value is (84,93,96). Sum of RGB (Red+Green+Blue) = 84+93+96=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #545D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D60 is #ABA29F. Grayscale: #5A5A5A. Windows color (decimal): -11248288 or 6315348. OLE color: 6315348.
HSL color Cylindrical-coordinate representation of color #545D60: hue angle of 195º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #545D60 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 93 | 96 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.62 |
| HSL | 195º | 0.07% | 0.35% | - |
| HSV(B) | 195º | 0.13% | 0.38% | - |
| XYZ | 9.68 | 10.56 | 12.59 | - |
| YUV | 90.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 96 | 0.12 | 0.03 | 0 | 0.62 | 195 | 0.07 | 0.35 |
| Hex | 54 | 5D | 60 | C | 3 | 0 | 3E | C3 | 7 | 23 |
| Octal | 124 | 135 | 140 | 14 | 3 | 0 | 76 | 303 | 7 | 43 |
| Binary | 1010100 | 1011101 | 1100000 | 1100 | 11 | 0 | 111110 | 11000011 | 111 | 100011 |
Color Harmonies of #545D60
Complementary color
Monochromatic Colors of #545D60
Black with #545D60
Text Example
Text Example
White with #545D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D60; }
p { color: rgb(84,93,96); }
H1.HeaderClassName
{
color: #545D60;
}
.AnyTagClassName
{
color: #545D60;
}
</style>
background-color css
<style>
a { background-color: #545D60; }
a { background-color: rgb(84,93,96); }
div.DivClassName
{
background-color: #545D60;
}
.BgClassName
{
background-color: #545D60;
}
</style>
border-color css
<style>
span { border-color: #545D60; }
span { border-color: rgb(84,93,96); }
td.TdClassName
{
border-color: #545D60;
}
.TagClassName
{
border-color: #545D60;
}
</style>