Shades of Fiord #556269
Tints of Fiord #556269
RGB
CMYK
RGB Variations
Color information
#556269 (or 0x556269) is known color: Fiord. HEX triplet: 55, 62 and 69. RGB value is (85,98,105). Sum of RGB (Red+Green+Blue) = 85+98+105=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #556269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556269 is #AA9D96. Grayscale: #5E5E5E. Windows color (decimal): -11181463 or 6906453. OLE color: 6906453.
HSL color Cylindrical-coordinate representation of color #556269: hue angle of 201º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556269 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 98 | 105 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.59 |
| HSL | 201º | 0.11% | 0.37% | - |
| HSV(B) | 201º | 0.19% | 0.41% | - |
| XYZ | 10.66 | 11.69 | 15.06 | - |
| YUV | 94.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 105 | 0.19 | 0.07 | 0 | 0.59 | 201 | 0.11 | 0.37 |
| Hex | 55 | 62 | 69 | 13 | 7 | 0 | 3B | C9 | B | 25 |
| Octal | 125 | 142 | 151 | 23 | 7 | 0 | 73 | 311 | 13 | 45 |
| Binary | 1010101 | 1100010 | 1101001 | 10011 | 111 | 0 | 111011 | 11001001 | 1011 | 100101 |
Color Harmonies of #556269
Complementary color
Monochromatic Colors of #556269
Black with #556269
Text Example
Text Example
White with #556269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556269; }
p { color: rgb(85,98,105); }
H1.HeaderClassName
{
color: #556269;
}
.AnyTagClassName
{
color: #556269;
}
</style>
background-color css
<style>
a { background-color: #556269; }
a { background-color: rgb(85,98,105); }
div.DivClassName
{
background-color: #556269;
}
.BgClassName
{
background-color: #556269;
}
</style>
border-color css
<style>
span { border-color: #556269; }
span { border-color: rgb(85,98,105); }
td.TdClassName
{
border-color: #556269;
}
.TagClassName
{
border-color: #556269;
}
</style>