Shades of Fiord #545B5E
Tints of Fiord #545B5E
RGB
CMYK
RGB Variations
Color information
#545B5E (or 0x545B5E) is known color: Fiord. HEX triplet: 54, 5B and 5E. RGB value is (84,91,94). Sum of RGB (Red+Green+Blue) = 84+91+94=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 94 - color contains mainly: blue. Hex color #545B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B5E is #ABA4A1. Grayscale: #595959. Windows color (decimal): -11248802 or 6183764. OLE color: 6183764.
HSL color Cylindrical-coordinate representation of color #545B5E: hue angle of 198º 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 #545B5E is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 84 | 91 | 94 | - |
CMYK | 0.11 | 0.03 | 0 | 0.63 |
HSL | 198º | 0.06% | 0.35% | - |
HSV(B) | 198º | 0.11% | 0.37% | - |
XYZ | 9.42 | 10.18 | 12.06 | - |
YUV | 89.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 84 | 91 | 94 | 0.11 | 0.03 | 0 | 0.63 | 198 | 0.06 | 0.35 |
Hex | 54 | 5B | 5E | B | 3 | 0 | 3F | C6 | 6 | 23 |
Octal | 124 | 133 | 136 | 13 | 3 | 0 | 77 | 306 | 6 | 43 |
Binary | 1010100 | 1011011 | 1011110 | 1011 | 11 | 0 | 111111 | 11000110 | 110 | 100011 |
Color Harmonies of #545B5E
Complementary color
Monochromatic Colors of #545B5E
Black with #545B5E
Text Example
Text Example
White with #545B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B5E; }
p { color: rgb(84,91,94); }
H1.HeaderClassName
{
color: #545B5E;
}
.AnyTagClassName
{
color: #545B5E;
}
</style>
background-color css
<style>
a { background-color: #545B5E; }
a { background-color: rgb(84,91,94); }
div.DivClassName
{
background-color: #545B5E;
}
.BgClassName
{
background-color: #545B5E;
}
</style>
border-color css
<style>
span { border-color: #545B5E; }
span { border-color: rgb(84,91,94); }
td.TdClassName
{
border-color: #545B5E;
}
.TagClassName
{
border-color: #545B5E;
}
</style>