Shades of Fiord #54646D
Tints of Fiord #54646D
RGB
CMYK
RGB Variations
Color information
#54646D (or 0x54646D) is known color: Fiord. HEX triplet: 54, 64 and 6D. RGB value is (84,100,109). Sum of RGB (Red+Green+Blue) = 84+100+109=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #54646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54646D is #AB9B92. Grayscale: #606060. Windows color (decimal): -11246483 or 7169108. OLE color: 7169108.
HSL color Cylindrical-coordinate representation of color #54646D: hue angle of 201.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54646D is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 100 | 109 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.57 |
| HSL | 201.6º | 0.13% | 0.38% | - |
| HSV(B) | 201.6º | 0.23% | 0.43% | - |
| XYZ | 10.97 | 12.1 | 16.23 | - |
| YUV | 96.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 109 | 0.23 | 0.08 | 0 | 0.57 | 201.6 | 0.13 | 0.38 |
| Hex | 54 | 64 | 6D | 17 | 8 | 0 | 39 | CA | D | 26 |
| Octal | 124 | 144 | 155 | 27 | 10 | 0 | 71 | 312 | 15 | 46 |
| Binary | 1010100 | 1100100 | 1101101 | 10111 | 1000 | 0 | 111001 | 11001010 | 1101 | 100110 |
Color Harmonies of #54646D
Complementary color
Monochromatic Colors of #54646D
Black with #54646D
Text Example
Text Example
White with #54646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54646D; }
p { color: rgb(84,100,109); }
H1.HeaderClassName
{
color: #54646D;
}
.AnyTagClassName
{
color: #54646D;
}
</style>
background-color css
<style>
a { background-color: #54646D; }
a { background-color: rgb(84,100,109); }
div.DivClassName
{
background-color: #54646D;
}
.BgClassName
{
background-color: #54646D;
}
</style>
border-color css
<style>
span { border-color: #54646D; }
span { border-color: rgb(84,100,109); }
td.TdClassName
{
border-color: #54646D;
}
.TagClassName
{
border-color: #54646D;
}
</style>