Shades of Fiord #545F68
Tints of Fiord #545F68
RGB
CMYK
RGB Variations
Color information
#545F68 (or 0x545F68) is known color: Fiord. HEX triplet: 54, 5F and 68. RGB value is (84,95,104). Sum of RGB (Red+Green+Blue) = 84+95+104=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #545F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F68 is #ABA097. Grayscale: #5C5C5C. Windows color (decimal): -11247768 or 6840148. OLE color: 6840148.
HSL color Cylindrical-coordinate representation of color #545F68: hue angle of 207º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545F68 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 95 | 104 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.59 |
| HSL | 207º | 0.11% | 0.37% | - |
| HSV(B) | 207º | 0.19% | 0.41% | - |
| XYZ | 10.25 | 11.07 | 14.69 | - |
| YUV | 92.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 104 | 0.19 | 0.09 | 0 | 0.59 | 207 | 0.11 | 0.37 |
| Hex | 54 | 5F | 68 | 13 | 9 | 0 | 3B | CF | B | 25 |
| Octal | 124 | 137 | 150 | 23 | 11 | 0 | 73 | 317 | 13 | 45 |
| Binary | 1010100 | 1011111 | 1101000 | 10011 | 1001 | 0 | 111011 | 11001111 | 1011 | 100101 |
Color Harmonies of #545F68
Complementary color
Monochromatic Colors of #545F68
Black with #545F68
Text Example
Text Example
White with #545F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F68; }
p { color: rgb(84,95,104); }
H1.HeaderClassName
{
color: #545F68;
}
.AnyTagClassName
{
color: #545F68;
}
</style>
background-color css
<style>
a { background-color: #545F68; }
a { background-color: rgb(84,95,104); }
div.DivClassName
{
background-color: #545F68;
}
.BgClassName
{
background-color: #545F68;
}
</style>
border-color css
<style>
span { border-color: #545F68; }
span { border-color: rgb(84,95,104); }
td.TdClassName
{
border-color: #545F68;
}
.TagClassName
{
border-color: #545F68;
}
</style>