Shades of Fiord #545A5F
Tints of Fiord #545A5F
RGB
CMYK
RGB Variations
Color information
#545A5F (or 0x545A5F) is known color: Fiord. HEX triplet: 54, 5A and 5F. RGB value is (84,90,95). Sum of RGB (Red+Green+Blue) = 84+90+95=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 95 - color contains mainly: blue. Hex color #545A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A5F is #ABA5A0. Grayscale: #585858. Windows color (decimal): -11249057 or 6249044. OLE color: 6249044.
HSL color Cylindrical-coordinate representation of color #545A5F: hue angle of 207.27º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #545A5F is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 90 | 95 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.63 |
| HSL | 207.27º | 0.06% | 0.35% | - |
| HSV(B) | 207.27º | 0.12% | 0.37% | - |
| XYZ | 9.38 | 10.02 | 12.27 | - |
| YUV | 88.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 95 | 0.12 | 0.05 | 0 | 0.63 | 207.27 | 0.06 | 0.35 |
| Hex | 54 | 5A | 5F | C | 5 | 0 | 3F | CF | 6 | 23 |
| Octal | 124 | 132 | 137 | 14 | 5 | 0 | 77 | 317 | 6 | 43 |
| Binary | 1010100 | 1011010 | 1011111 | 1100 | 101 | 0 | 111111 | 11001111 | 110 | 100011 |
Color Harmonies of #545A5F
Complementary color
Monochromatic Colors of #545A5F
Black with #545A5F
Text Example
Text Example
White with #545A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A5F; }
p { color: rgb(84,90,95); }
H1.HeaderClassName
{
color: #545A5F;
}
.AnyTagClassName
{
color: #545A5F;
}
</style>
background-color css
<style>
a { background-color: #545A5F; }
a { background-color: rgb(84,90,95); }
div.DivClassName
{
background-color: #545A5F;
}
.BgClassName
{
background-color: #545A5F;
}
</style>
border-color css
<style>
span { border-color: #545A5F; }
span { border-color: rgb(84,90,95); }
td.TdClassName
{
border-color: #545A5F;
}
.TagClassName
{
border-color: #545A5F;
}
</style>