Shades of Fiord #545A5E
Tints of Fiord #545A5E
RGB
CMYK
RGB Variations
Color information
#545A5E (or 0x545A5E) is known color: Fiord. HEX triplet: 54, 5A and 5E. RGB value is (84,90,94). Sum of RGB (Red+Green+Blue) = 84+90+94=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 94 - color contains mainly: blue. Hex color #545A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A5E is #ABA5A1. Grayscale: #585858. Windows color (decimal): -11249058 or 6183508. OLE color: 6183508.
HSL color Cylindrical-coordinate representation of color #545A5E: hue angle of 204º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #545A5E is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 90 | 94 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.63 |
| HSL | 204º | 0.06% | 0.35% | - |
| HSV(B) | 204º | 0.11% | 0.37% | - |
| XYZ | 9.33 | 10.01 | 12.03 | - |
| YUV | 88.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 94 | 0.11 | 0.04 | 0 | 0.63 | 204 | 0.06 | 0.35 |
| Hex | 54 | 5A | 5E | B | 4 | 0 | 3F | CC | 6 | 23 |
| Octal | 124 | 132 | 136 | 13 | 4 | 0 | 77 | 314 | 6 | 43 |
| Binary | 1010100 | 1011010 | 1011110 | 1011 | 100 | 0 | 111111 | 11001100 | 110 | 100011 |
Color Harmonies of #545A5E
Complementary color
Monochromatic Colors of #545A5E
Black with #545A5E
Text Example
Text Example
White with #545A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A5E; }
p { color: rgb(84,90,94); }
H1.HeaderClassName
{
color: #545A5E;
}
.AnyTagClassName
{
color: #545A5E;
}
</style>
background-color css
<style>
a { background-color: #545A5E; }
a { background-color: rgb(84,90,94); }
div.DivClassName
{
background-color: #545A5E;
}
.BgClassName
{
background-color: #545A5E;
}
</style>
border-color css
<style>
span { border-color: #545A5E; }
span { border-color: rgb(84,90,94); }
td.TdClassName
{
border-color: #545A5E;
}
.TagClassName
{
border-color: #545A5E;
}
</style>