Shades of Fiord #545E65
Tints of Fiord #545E65
RGB
CMYK
RGB Variations
Color information
#545E65 (or 0x545E65) is known color: Fiord. HEX triplet: 54, 5E and 65. RGB value is (84,94,101). Sum of RGB (Red+Green+Blue) = 84+94+101=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #545E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E65 is #ABA19A. Grayscale: #5B5B5B. Windows color (decimal): -11248027 or 6643284. OLE color: 6643284.
HSL color Cylindrical-coordinate representation of color #545E65: hue angle of 204.71º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545E65 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 94 | 101 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.60 |
| HSL | 204.71º | 0.09% | 0.36% | - |
| HSV(B) | 204.71º | 0.17% | 0.4% | - |
| XYZ | 10.01 | 10.83 | 13.87 | - |
| YUV | 91.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 101 | 0.17 | 0.07 | 0 | 0.60 | 204.71 | 0.09 | 0.36 |
| Hex | 54 | 5E | 65 | 11 | 7 | 0 | 3C | CD | 9 | 24 |
| Octal | 124 | 136 | 145 | 21 | 7 | 0 | 74 | 315 | 11 | 44 |
| Binary | 1010100 | 1011110 | 1100101 | 10001 | 111 | 0 | 111100 | 11001101 | 1001 | 100100 |
Color Harmonies of #545E65
Complementary color
Monochromatic Colors of #545E65
Black with #545E65
Text Example
Text Example
White with #545E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E65; }
p { color: rgb(84,94,101); }
H1.HeaderClassName
{
color: #545E65;
}
.AnyTagClassName
{
color: #545E65;
}
</style>
background-color css
<style>
a { background-color: #545E65; }
a { background-color: rgb(84,94,101); }
div.DivClassName
{
background-color: #545E65;
}
.BgClassName
{
background-color: #545E65;
}
</style>
border-color css
<style>
span { border-color: #545E65; }
span { border-color: rgb(84,94,101); }
td.TdClassName
{
border-color: #545E65;
}
.TagClassName
{
border-color: #545E65;
}
</style>