Shades of Fiord #555F66
Tints of Fiord #555F66
RGB
CMYK
RGB Variations
Color information
#555F66 (or 0x555F66) is known color: Fiord. HEX triplet: 55, 5F and 66. RGB value is (85,95,102). Sum of RGB (Red+Green+Blue) = 85+95+102=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #555F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F66 is #AAA099. Grayscale: #5C5C5C. Windows color (decimal): -11182234 or 6709077. OLE color: 6709077.
HSL color Cylindrical-coordinate representation of color #555F66: hue angle of 204.71º degrees, saturation: 0.09, 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 #555F66 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 95 | 102 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.6 |
| HSL | 204.71º | 0.09% | 0.37% | - |
| HSV(B) | 204.71º | 0.17% | 0.4% | - |
| XYZ | 10.24 | 11.08 | 14.17 | - |
| YUV | 92.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 102 | 0.17 | 0.07 | 0 | 0.6 | 204.71 | 0.09 | 0.37 |
| Hex | 55 | 5F | 66 | 11 | 7 | 0 | 3C | CD | 9 | 25 |
| Octal | 125 | 137 | 146 | 21 | 7 | 0 | 74 | 315 | 11 | 45 |
| Binary | 1010101 | 1011111 | 1100110 | 10001 | 111 | 0 | 111100 | 11001101 | 1001 | 100101 |
Color Harmonies of #555F66
Complementary color
Monochromatic Colors of #555F66
Black with #555F66
Text Example
Text Example
White with #555F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F66; }
p { color: rgb(85,95,102); }
H1.HeaderClassName
{
color: #555F66;
}
.AnyTagClassName
{
color: #555F66;
}
</style>
background-color css
<style>
a { background-color: #555F66; }
a { background-color: rgb(85,95,102); }
div.DivClassName
{
background-color: #555F66;
}
.BgClassName
{
background-color: #555F66;
}
</style>
border-color css
<style>
span { border-color: #555F66; }
span { border-color: rgb(85,95,102); }
td.TdClassName
{
border-color: #555F66;
}
.TagClassName
{
border-color: #555F66;
}
</style>