Shades of Fiord #54646B
Tints of Fiord #54646B
RGB
CMYK
RGB Variations
Color information
#54646B (or 0x54646B) is known color: Fiord. HEX triplet: 54, 64 and 6B. RGB value is (84,100,107). Sum of RGB (Red+Green+Blue) = 84+100+107=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #54646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54646B is #AB9B94. Grayscale: #5F5F5F. Windows color (decimal): -11246485 or 7038036. OLE color: 7038036.
HSL color Cylindrical-coordinate representation of color #54646B: hue angle of 198.26º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54646B is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 100 | 107 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.58 |
| HSL | 198.26º | 0.12% | 0.37% | - |
| HSV(B) | 198.26º | 0.21% | 0.42% | - |
| XYZ | 10.87 | 12.06 | 15.67 | - |
| YUV | 96.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 107 | 0.21 | 0.07 | 0 | 0.58 | 198.26 | 0.12 | 0.37 |
| Hex | 54 | 64 | 6B | 15 | 7 | 0 | 3A | C6 | C | 25 |
| Octal | 124 | 144 | 153 | 25 | 7 | 0 | 72 | 306 | 14 | 45 |
| Binary | 1010100 | 1100100 | 1101011 | 10101 | 111 | 0 | 111010 | 11000110 | 1100 | 100101 |
Color Harmonies of #54646B
Complementary color
Monochromatic Colors of #54646B
Black with #54646B
Text Example
Text Example
White with #54646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54646B; }
p { color: rgb(84,100,107); }
H1.HeaderClassName
{
color: #54646B;
}
.AnyTagClassName
{
color: #54646B;
}
</style>
background-color css
<style>
a { background-color: #54646B; }
a { background-color: rgb(84,100,107); }
div.DivClassName
{
background-color: #54646B;
}
.BgClassName
{
background-color: #54646B;
}
</style>
border-color css
<style>
span { border-color: #54646B; }
span { border-color: rgb(84,100,107); }
td.TdClassName
{
border-color: #54646B;
}
.TagClassName
{
border-color: #54646B;
}
</style>