Shades of Fiord #545E63
Tints of Fiord #545E63
RGB
CMYK
RGB Variations
Color information
#545E63 (or 0x545E63) is known color: Fiord. HEX triplet: 54, 5E and 63. RGB value is (84,94,99). Sum of RGB (Red+Green+Blue) = 84+94+99=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #545E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E63 is #ABA19C. Grayscale: #5B5B5B. Windows color (decimal): -11248029 or 6512212. OLE color: 6512212.
HSL color Cylindrical-coordinate representation of color #545E63: hue angle of 200º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545E63 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 94 | 99 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.61 |
| HSL | 200º | 0.08% | 0.36% | - |
| HSV(B) | 200º | 0.15% | 0.39% | - |
| XYZ | 9.91 | 10.79 | 13.36 | - |
| YUV | 91.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 99 | 0.15 | 0.05 | 0 | 0.61 | 200 | 0.08 | 0.36 |
| Hex | 54 | 5E | 63 | F | 5 | 0 | 3D | C8 | 8 | 24 |
| Octal | 124 | 136 | 143 | 17 | 5 | 0 | 75 | 310 | 10 | 44 |
| Binary | 1010100 | 1011110 | 1100011 | 1111 | 101 | 0 | 111101 | 11001000 | 1000 | 100100 |
Color Harmonies of #545E63
Complementary color
Monochromatic Colors of #545E63
Black with #545E63
Text Example
Text Example
White with #545E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E63; }
p { color: rgb(84,94,99); }
H1.HeaderClassName
{
color: #545E63;
}
.AnyTagClassName
{
color: #545E63;
}
</style>
background-color css
<style>
a { background-color: #545E63; }
a { background-color: rgb(84,94,99); }
div.DivClassName
{
background-color: #545E63;
}
.BgClassName
{
background-color: #545E63;
}
</style>
border-color css
<style>
span { border-color: #545E63; }
span { border-color: rgb(84,94,99); }
td.TdClassName
{
border-color: #545E63;
}
.TagClassName
{
border-color: #545E63;
}
</style>