Shades of Fiord #54626A
Tints of Fiord #54626A
RGB
CMYK
RGB Variations
Color information
#54626A (or 0x54626A) is known color: Fiord. HEX triplet: 54, 62 and 6A. RGB value is (84,98,106). Sum of RGB (Red+Green+Blue) = 84+98+106=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #54626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54626A is #AB9D95. Grayscale: #5E5E5E. Windows color (decimal): -11246998 or 6971988. OLE color: 6971988.
HSL color Cylindrical-coordinate representation of color #54626A: hue angle of 201.82º 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 #54626A is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 98 | 106 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.58 |
| HSL | 201.82º | 0.12% | 0.37% | - |
| HSV(B) | 201.82º | 0.21% | 0.42% | - |
| XYZ | 10.63 | 11.66 | 15.33 | - |
| YUV | 94.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 106 | 0.21 | 0.08 | 0 | 0.58 | 201.82 | 0.12 | 0.37 |
| Hex | 54 | 62 | 6A | 15 | 8 | 0 | 3A | CA | C | 25 |
| Octal | 124 | 142 | 152 | 25 | 10 | 0 | 72 | 312 | 14 | 45 |
| Binary | 1010100 | 1100010 | 1101010 | 10101 | 1000 | 0 | 111010 | 11001010 | 1100 | 100101 |
Color Harmonies of #54626A
Complementary color
Monochromatic Colors of #54626A
Black with #54626A
Text Example
Text Example
White with #54626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54626A; }
p { color: rgb(84,98,106); }
H1.HeaderClassName
{
color: #54626A;
}
.AnyTagClassName
{
color: #54626A;
}
</style>
background-color css
<style>
a { background-color: #54626A; }
a { background-color: rgb(84,98,106); }
div.DivClassName
{
background-color: #54626A;
}
.BgClassName
{
background-color: #54626A;
}
</style>
border-color css
<style>
span { border-color: #54626A; }
span { border-color: rgb(84,98,106); }
td.TdClassName
{
border-color: #54626A;
}
.TagClassName
{
border-color: #54626A;
}
</style>