Shades of Fiord #555F67
Tints of Fiord #555F67
RGB
CMYK
RGB Variations
Color information
#555F67 (or 0x555F67) is known color: Fiord. HEX triplet: 55, 5F and 67. RGB value is (85,95,103). Sum of RGB (Red+Green+Blue) = 85+95+103=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #555F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F67 is #AAA098. Grayscale: #5C5C5C. Windows color (decimal): -11182233 or 6774613. OLE color: 6774613.
HSL color Cylindrical-coordinate representation of color #555F67: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555F67 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 95 | 103 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.60 |
| HSL | 206.67º | 0.1% | 0.37% | - |
| HSV(B) | 206.67º | 0.17% | 0.4% | - |
| XYZ | 10.29 | 11.09 | 14.43 | - |
| YUV | 92.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 103 | 0.17 | 0.08 | 0 | 0.60 | 206.67 | 0.1 | 0.37 |
| Hex | 55 | 5F | 67 | 11 | 8 | 0 | 3C | CF | A | 25 |
| Octal | 125 | 137 | 147 | 21 | 10 | 0 | 74 | 317 | 12 | 45 |
| Binary | 1010101 | 1011111 | 1100111 | 10001 | 1000 | 0 | 111100 | 11001111 | 1010 | 100101 |
Color Harmonies of #555F67
Complementary color
Monochromatic Colors of #555F67
Black with #555F67
Text Example
Text Example
White with #555F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F67; }
p { color: rgb(85,95,103); }
H1.HeaderClassName
{
color: #555F67;
}
.AnyTagClassName
{
color: #555F67;
}
</style>
background-color css
<style>
a { background-color: #555F67; }
a { background-color: rgb(85,95,103); }
div.DivClassName
{
background-color: #555F67;
}
.BgClassName
{
background-color: #555F67;
}
</style>
border-color css
<style>
span { border-color: #555F67; }
span { border-color: rgb(85,95,103); }
td.TdClassName
{
border-color: #555F67;
}
.TagClassName
{
border-color: #555F67;
}
</style>