Shades of Fiord #545A5D
Tints of Fiord #545A5D
RGB
CMYK
RGB Variations
Color information
#545A5D (or 0x545A5D) is known color: Fiord. HEX triplet: 54, 5A and 5D. RGB value is (84,90,93). Sum of RGB (Red+Green+Blue) = 84+90+93=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 93 - color contains mainly: blue. Hex color #545A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A5D is #ABA5A2. Grayscale: #585858. Windows color (decimal): -11249059 or 6117972. OLE color: 6117972.
HSL color Cylindrical-coordinate representation of color #545A5D: hue angle of 200º 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 #545A5D is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 90 | 93 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.64 |
| HSL | 200º | 0.05% | 0.35% | - |
| HSV(B) | 200º | 0.1% | 0.36% | - |
| XYZ | 9.29 | 9.99 | 11.79 | - |
| YUV | 88.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 93 | 0.10 | 0.03 | 0 | 0.64 | 200 | 0.05 | 0.35 |
| Hex | 54 | 5A | 5D | A | 3 | 0 | 40 | C8 | 5 | 23 |
| Octal | 124 | 132 | 135 | 12 | 3 | 0 | 100 | 310 | 5 | 43 |
| Binary | 1010100 | 1011010 | 1011101 | 1010 | 11 | 0 | 1000000 | 11001000 | 101 | 100011 |
Color Harmonies of #545A5D
Complementary color
Monochromatic Colors of #545A5D
Black with #545A5D
Text Example
Text Example
White with #545A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A5D; }
p { color: rgb(84,90,93); }
H1.HeaderClassName
{
color: #545A5D;
}
.AnyTagClassName
{
color: #545A5D;
}
</style>
background-color css
<style>
a { background-color: #545A5D; }
a { background-color: rgb(84,90,93); }
div.DivClassName
{
background-color: #545A5D;
}
.BgClassName
{
background-color: #545A5D;
}
</style>
border-color css
<style>
span { border-color: #545A5D; }
span { border-color: rgb(84,90,93); }
td.TdClassName
{
border-color: #545A5D;
}
.TagClassName
{
border-color: #545A5D;
}
</style>