Shades of Fiord #555D63
Tints of Fiord #555D63
RGB
CMYK
RGB Variations
Color information
#555D63 (or 0x555D63) is known color: Fiord. HEX triplet: 55, 5D and 63. RGB value is (85,93,99). Sum of RGB (Red+Green+Blue) = 85+93+99=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #555D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D63 is #AAA29C. Grayscale: #5B5B5B. Windows color (decimal): -11182749 or 6511957. OLE color: 6511957.
HSL color Cylindrical-coordinate representation of color #555D63: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555D63 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 93 | 99 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.61 |
| HSL | 205.71º | 0.08% | 0.36% | - |
| HSV(B) | 205.71º | 0.14% | 0.39% | - |
| XYZ | 9.91 | 10.66 | 13.34 | - |
| YUV | 91.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 99 | 0.14 | 0.06 | 0 | 0.61 | 205.71 | 0.08 | 0.36 |
| Hex | 55 | 5D | 63 | E | 6 | 0 | 3D | CE | 8 | 24 |
| Octal | 125 | 135 | 143 | 16 | 6 | 0 | 75 | 316 | 10 | 44 |
| Binary | 1010101 | 1011101 | 1100011 | 1110 | 110 | 0 | 111101 | 11001110 | 1000 | 100100 |
Color Harmonies of #555D63
Complementary color
Monochromatic Colors of #555D63
Black with #555D63
Text Example
Text Example
White with #555D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D63; }
p { color: rgb(85,93,99); }
H1.HeaderClassName
{
color: #555D63;
}
.AnyTagClassName
{
color: #555D63;
}
</style>
background-color css
<style>
a { background-color: #555D63; }
a { background-color: rgb(85,93,99); }
div.DivClassName
{
background-color: #555D63;
}
.BgClassName
{
background-color: #555D63;
}
</style>
border-color css
<style>
span { border-color: #555D63; }
span { border-color: rgb(85,93,99); }
td.TdClassName
{
border-color: #555D63;
}
.TagClassName
{
border-color: #555D63;
}
</style>