Shades of Fiord #555F65
Tints of Fiord #555F65
RGB
CMYK
RGB Variations
Color information
#555F65 (or 0x555F65) is known color: Fiord. HEX triplet: 55, 5F and 65. RGB value is (85,95,101). Sum of RGB (Red+Green+Blue) = 85+95+101=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #555F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F65 is #AAA09A. Grayscale: #5C5C5C. Windows color (decimal): -11182235 or 6643541. OLE color: 6643541.
HSL color Cylindrical-coordinate representation of color #555F65: hue angle of 202.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555F65 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 95 | 101 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.60 |
| HSL | 202.5º | 0.09% | 0.36% | - |
| HSV(B) | 202.5º | 0.16% | 0.4% | - |
| XYZ | 10.19 | 11.06 | 13.91 | - |
| YUV | 92.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 101 | 0.16 | 0.06 | 0 | 0.60 | 202.5 | 0.09 | 0.36 |
| Hex | 55 | 5F | 65 | 10 | 6 | 0 | 3C | CA | 9 | 24 |
| Octal | 125 | 137 | 145 | 20 | 6 | 0 | 74 | 312 | 11 | 44 |
| Binary | 1010101 | 1011111 | 1100101 | 10000 | 110 | 0 | 111100 | 11001010 | 1001 | 100100 |
Color Harmonies of #555F65
Complementary color
Monochromatic Colors of #555F65
Black with #555F65
Text Example
Text Example
White with #555F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F65; }
p { color: rgb(85,95,101); }
H1.HeaderClassName
{
color: #555F65;
}
.AnyTagClassName
{
color: #555F65;
}
</style>
background-color css
<style>
a { background-color: #555F65; }
a { background-color: rgb(85,95,101); }
div.DivClassName
{
background-color: #555F65;
}
.BgClassName
{
background-color: #555F65;
}
</style>
border-color css
<style>
span { border-color: #555F65; }
span { border-color: rgb(85,95,101); }
td.TdClassName
{
border-color: #555F65;
}
.TagClassName
{
border-color: #555F65;
}
</style>