Shades of Fiord #556066
Tints of Fiord #556066
RGB
CMYK
RGB Variations
Color information
#556066 (or 0x556066) is known color: Fiord. HEX triplet: 55, 60 and 66. RGB value is (85,96,102). Sum of RGB (Red+Green+Blue) = 85+96+102=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #556066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556066 is #AA9F99. Grayscale: #5D5D5D. Windows color (decimal): -11181978 or 6709333. OLE color: 6709333.
HSL color Cylindrical-coordinate representation of color #556066: hue angle of 201.18º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556066 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 96 | 102 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.6 |
| HSL | 201.18º | 0.09% | 0.37% | - |
| HSV(B) | 201.18º | 0.17% | 0.4% | - |
| XYZ | 10.33 | 11.26 | 14.2 | - |
| YUV | 93.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 102 | 0.17 | 0.06 | 0 | 0.6 | 201.18 | 0.09 | 0.37 |
| Hex | 55 | 60 | 66 | 11 | 6 | 0 | 3C | C9 | 9 | 25 |
| Octal | 125 | 140 | 146 | 21 | 6 | 0 | 74 | 311 | 11 | 45 |
| Binary | 1010101 | 1100000 | 1100110 | 10001 | 110 | 0 | 111100 | 11001001 | 1001 | 100101 |
Color Harmonies of #556066
Complementary color
Monochromatic Colors of #556066
Black with #556066
Text Example
Text Example
White with #556066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556066; }
p { color: rgb(85,96,102); }
H1.HeaderClassName
{
color: #556066;
}
.AnyTagClassName
{
color: #556066;
}
</style>
background-color css
<style>
a { background-color: #556066; }
a { background-color: rgb(85,96,102); }
div.DivClassName
{
background-color: #556066;
}
.BgClassName
{
background-color: #556066;
}
</style>
border-color css
<style>
span { border-color: #556066; }
span { border-color: rgb(85,96,102); }
td.TdClassName
{
border-color: #556066;
}
.TagClassName
{
border-color: #556066;
}
</style>