Shades of Fiord #545F66
Tints of Fiord #545F66
RGB
CMYK
RGB Variations
Color information
#545F66 (or 0x545F66) is known color: Fiord. HEX triplet: 54, 5F and 66. RGB value is (84,95,102). Sum of RGB (Red+Green+Blue) = 84+95+102=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #545F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F66 is #ABA099. Grayscale: #5C5C5C. Windows color (decimal): -11247770 or 6709076. OLE color: 6709076.
HSL color Cylindrical-coordinate representation of color #545F66: hue angle of 203.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545F66 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 95 | 102 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.6 |
| HSL | 203.33º | 0.1% | 0.36% | - |
| HSV(B) | 203.33º | 0.18% | 0.4% | - |
| XYZ | 10.15 | 11.03 | 14.16 | - |
| YUV | 92.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 102 | 0.18 | 0.07 | 0 | 0.6 | 203.33 | 0.1 | 0.36 |
| Hex | 54 | 5F | 66 | 12 | 7 | 0 | 3C | CB | A | 24 |
| Octal | 124 | 137 | 146 | 22 | 7 | 0 | 74 | 313 | 12 | 44 |
| Binary | 1010100 | 1011111 | 1100110 | 10010 | 111 | 0 | 111100 | 11001011 | 1010 | 100100 |
Color Harmonies of #545F66
Complementary color
Monochromatic Colors of #545F66
Black with #545F66
Text Example
Text Example
White with #545F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F66; }
p { color: rgb(84,95,102); }
H1.HeaderClassName
{
color: #545F66;
}
.AnyTagClassName
{
color: #545F66;
}
</style>
background-color css
<style>
a { background-color: #545F66; }
a { background-color: rgb(84,95,102); }
div.DivClassName
{
background-color: #545F66;
}
.BgClassName
{
background-color: #545F66;
}
</style>
border-color css
<style>
span { border-color: #545F66; }
span { border-color: rgb(84,95,102); }
td.TdClassName
{
border-color: #545F66;
}
.TagClassName
{
border-color: #545F66;
}
</style>