Shades of Fiord #555C60
Tints of Fiord #555C60
RGB
CMYK
RGB Variations
Color information
#555C60 (or 0x555C60) is known color: Fiord. HEX triplet: 55, 5C and 60. RGB value is (85,92,96). Sum of RGB (Red+Green+Blue) = 85+92+96=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #555C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C60 is #AAA39F. Grayscale: #5A5A5A. Windows color (decimal): -11183008 or 6315093. OLE color: 6315093.
HSL color Cylindrical-coordinate representation of color #555C60: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555C60 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 92 | 96 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.62 |
| HSL | 201.82º | 0.06% | 0.35% | - |
| HSV(B) | 201.82º | 0.11% | 0.38% | - |
| XYZ | 9.68 | 10.43 | 12.57 | - |
| YUV | 90.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 96 | 0.11 | 0.04 | 0 | 0.62 | 201.82 | 0.06 | 0.35 |
| Hex | 55 | 5C | 60 | B | 4 | 0 | 3E | CA | 6 | 23 |
| Octal | 125 | 134 | 140 | 13 | 4 | 0 | 76 | 312 | 6 | 43 |
| Binary | 1010101 | 1011100 | 1100000 | 1011 | 100 | 0 | 111110 | 11001010 | 110 | 100011 |
Color Harmonies of #555C60
Complementary color
Monochromatic Colors of #555C60
Black with #555C60
Text Example
Text Example
White with #555C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C60; }
p { color: rgb(85,92,96); }
H1.HeaderClassName
{
color: #555C60;
}
.AnyTagClassName
{
color: #555C60;
}
</style>
background-color css
<style>
a { background-color: #555C60; }
a { background-color: rgb(85,92,96); }
div.DivClassName
{
background-color: #555C60;
}
.BgClassName
{
background-color: #555C60;
}
</style>
border-color css
<style>
span { border-color: #555C60; }
span { border-color: rgb(85,92,96); }
td.TdClassName
{
border-color: #555C60;
}
.TagClassName
{
border-color: #555C60;
}
</style>