Shades of Fiord #55595C
Tints of Fiord #55595C
RGB
CMYK
RGB Variations
Color information
#55595C (or 0x55595C) is known color: Fiord. HEX triplet: 55, 59 and 5C. RGB value is (85,89,92). Sum of RGB (Red+Green+Blue) = 85+89+92=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 92 - color contains mainly: blue. Hex color #55595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55595C is #AAA6A3. Grayscale: #585858. Windows color (decimal): -11183780 or 6052181. OLE color: 6052181.
HSL color Cylindrical-coordinate representation of color #55595C: hue angle of 205.71º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #55595C is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 89 | 92 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.64 |
| HSL | 205.71º | 0.04% | 0.35% | - |
| HSV(B) | 205.71º | 0.08% | 0.36% | - |
| XYZ | 9.25 | 9.85 | 11.54 | - |
| YUV | 88.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 92 | 0.08 | 0.03 | 0 | 0.64 | 205.71 | 0.04 | 0.35 |
| Hex | 55 | 59 | 5C | 8 | 3 | 0 | 40 | CE | 4 | 23 |
| Octal | 125 | 131 | 134 | 10 | 3 | 0 | 100 | 316 | 4 | 43 |
| Binary | 1010101 | 1011001 | 1011100 | 1000 | 11 | 0 | 1000000 | 11001110 | 100 | 100011 |
Color Harmonies of #55595C
Complementary color
Monochromatic Colors of #55595C
Black with #55595C
Text Example
Text Example
White with #55595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55595C; }
p { color: rgb(85,89,92); }
H1.HeaderClassName
{
color: #55595C;
}
.AnyTagClassName
{
color: #55595C;
}
</style>
background-color css
<style>
a { background-color: #55595C; }
a { background-color: rgb(85,89,92); }
div.DivClassName
{
background-color: #55595C;
}
.BgClassName
{
background-color: #55595C;
}
</style>
border-color css
<style>
span { border-color: #55595C; }
span { border-color: rgb(85,89,92); }
td.TdClassName
{
border-color: #55595C;
}
.TagClassName
{
border-color: #55595C;
}
</style>