Shades of Fiord #555B5D
Tints of Fiord #555B5D
RGB
CMYK
RGB Variations
Color information
#555B5D (or 0x555B5D) is known color: Fiord. HEX triplet: 55, 5B and 5D. RGB value is (85,91,93). Sum of RGB (Red+Green+Blue) = 85+91+93=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 93 - color contains mainly: blue. Hex color #555B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B5D is #AAA4A2. Grayscale: #595959. Windows color (decimal): -11183267 or 6118229. OLE color: 6118229.
HSL color Cylindrical-coordinate representation of color #555B5D: hue angle of 195º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555B5D is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 93 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.64 |
| HSL | 195º | 0.04% | 0.35% | - |
| HSV(B) | 195º | 0.09% | 0.36% | - |
| XYZ | 9.46 | 10.2 | 11.83 | - |
| YUV | 89.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 93 | 0.09 | 0.02 | 0 | 0.64 | 195 | 0.04 | 0.35 |
| Hex | 55 | 5B | 5D | 9 | 2 | 0 | 40 | C3 | 4 | 23 |
| Octal | 125 | 133 | 135 | 11 | 2 | 0 | 100 | 303 | 4 | 43 |
| Binary | 1010101 | 1011011 | 1011101 | 1001 | 10 | 0 | 1000000 | 11000011 | 100 | 100011 |
Color Harmonies of #555B5D
Complementary color
Monochromatic Colors of #555B5D
Black with #555B5D
Text Example
Text Example
White with #555B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B5D; }
p { color: rgb(85,91,93); }
H1.HeaderClassName
{
color: #555B5D;
}
.AnyTagClassName
{
color: #555B5D;
}
</style>
background-color css
<style>
a { background-color: #555B5D; }
a { background-color: rgb(85,91,93); }
div.DivClassName
{
background-color: #555B5D;
}
.BgClassName
{
background-color: #555B5D;
}
</style>
border-color css
<style>
span { border-color: #555B5D; }
span { border-color: rgb(85,91,93); }
td.TdClassName
{
border-color: #555B5D;
}
.TagClassName
{
border-color: #555B5D;
}
</style>