Shades of Fiord #555F63
Tints of Fiord #555F63
RGB
CMYK
RGB Variations
Color information
#555F63 (or 0x555F63) is known color: Fiord. HEX triplet: 55, 5F and 63. RGB value is (85,95,99). Sum of RGB (Red+Green+Blue) = 85+95+99=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #555F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F63 is #AAA09C. Grayscale: #5C5C5C. Windows color (decimal): -11182237 or 6512469. OLE color: 6512469.
HSL color Cylindrical-coordinate representation of color #555F63: hue angle of 197.14º 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 #555F63 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 95 | 99 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.61 |
| HSL | 197.14º | 0.08% | 0.36% | - |
| HSV(B) | 197.14º | 0.14% | 0.39% | - |
| XYZ | 10.09 | 11.02 | 13.4 | - |
| YUV | 92.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 99 | 0.14 | 0.04 | 0 | 0.61 | 197.14 | 0.08 | 0.36 |
| Hex | 55 | 5F | 63 | E | 4 | 0 | 3D | C5 | 8 | 24 |
| Octal | 125 | 137 | 143 | 16 | 4 | 0 | 75 | 305 | 10 | 44 |
| Binary | 1010101 | 1011111 | 1100011 | 1110 | 100 | 0 | 111101 | 11000101 | 1000 | 100100 |
Color Harmonies of #555F63
Complementary color
Monochromatic Colors of #555F63
Black with #555F63
Text Example
Text Example
White with #555F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F63; }
p { color: rgb(85,95,99); }
H1.HeaderClassName
{
color: #555F63;
}
.AnyTagClassName
{
color: #555F63;
}
</style>
background-color css
<style>
a { background-color: #555F63; }
a { background-color: rgb(85,95,99); }
div.DivClassName
{
background-color: #555F63;
}
.BgClassName
{
background-color: #555F63;
}
</style>
border-color css
<style>
span { border-color: #555F63; }
span { border-color: rgb(85,95,99); }
td.TdClassName
{
border-color: #555F63;
}
.TagClassName
{
border-color: #555F63;
}
</style>