Shades of Fiord #545D64
Tints of Fiord #545D64
RGB
CMYK
RGB Variations
Color information
#545D64 (or 0x545D64) is known color: Fiord. HEX triplet: 54, 5D and 64. RGB value is (84,93,100). Sum of RGB (Red+Green+Blue) = 84+93+100=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 100 - color contains mainly: blue. Hex color #545D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D64 is #ABA29B. Grayscale: #5B5B5B. Windows color (decimal): -11248284 or 6577492. OLE color: 6577492.
HSL color Cylindrical-coordinate representation of color #545D64: hue angle of 206.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #545D64 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 93 | 100 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.61 |
| HSL | 206.25º | 0.09% | 0.36% | - |
| HSV(B) | 206.25º | 0.16% | 0.39% | - |
| XYZ | 9.87 | 10.63 | 13.59 | - |
| YUV | 91.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 100 | 0.16 | 0.07 | 0 | 0.61 | 206.25 | 0.09 | 0.36 |
| Hex | 54 | 5D | 64 | 10 | 7 | 0 | 3D | CE | 9 | 24 |
| Octal | 124 | 135 | 144 | 20 | 7 | 0 | 75 | 316 | 11 | 44 |
| Binary | 1010100 | 1011101 | 1100100 | 10000 | 111 | 0 | 111101 | 11001110 | 1001 | 100100 |
Color Harmonies of #545D64
Complementary color
Monochromatic Colors of #545D64
Black with #545D64
Text Example
Text Example
White with #545D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D64; }
p { color: rgb(84,93,100); }
H1.HeaderClassName
{
color: #545D64;
}
.AnyTagClassName
{
color: #545D64;
}
</style>
background-color css
<style>
a { background-color: #545D64; }
a { background-color: rgb(84,93,100); }
div.DivClassName
{
background-color: #545D64;
}
.BgClassName
{
background-color: #545D64;
}
</style>
border-color css
<style>
span { border-color: #545D64; }
span { border-color: rgb(84,93,100); }
td.TdClassName
{
border-color: #545D64;
}
.TagClassName
{
border-color: #545D64;
}
</style>