Shades of Fiord #55646B
Tints of Fiord #55646B
RGB
CMYK
RGB Variations
Color information
#55646B (or 0x55646B) is known color: Fiord. HEX triplet: 55, 64 and 6B. RGB value is (85,100,107). Sum of RGB (Red+Green+Blue) = 85+100+107=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 107 - color contains mainly: blue. Hex color #55646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646B is #AA9B94. Grayscale: #606060. Windows color (decimal): -11180949 or 7038037. OLE color: 7038037.
HSL color Cylindrical-coordinate representation of color #55646B: hue angle of 199.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55646B is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 100 | 107 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.58 |
| HSL | 199.09º | 0.11% | 0.38% | - |
| HSV(B) | 199.09º | 0.21% | 0.42% | - |
| XYZ | 10.96 | 12.11 | 15.67 | - |
| YUV | 96.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 107 | 0.21 | 0.07 | 0 | 0.58 | 199.09 | 0.11 | 0.38 |
| Hex | 55 | 64 | 6B | 15 | 7 | 0 | 3A | C7 | B | 26 |
| Octal | 125 | 144 | 153 | 25 | 7 | 0 | 72 | 307 | 13 | 46 |
| Binary | 1010101 | 1100100 | 1101011 | 10101 | 111 | 0 | 111010 | 11000111 | 1011 | 100110 |
Color Harmonies of #55646B
Complementary color
Monochromatic Colors of #55646B
Black with #55646B
Text Example
Text Example
White with #55646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55646B; }
p { color: rgb(85,100,107); }
H1.HeaderClassName
{
color: #55646B;
}
.AnyTagClassName
{
color: #55646B;
}
</style>
background-color css
<style>
a { background-color: #55646B; }
a { background-color: rgb(85,100,107); }
div.DivClassName
{
background-color: #55646B;
}
.BgClassName
{
background-color: #55646B;
}
</style>
border-color css
<style>
span { border-color: #55646B; }
span { border-color: rgb(85,100,107); }
td.TdClassName
{
border-color: #55646B;
}
.TagClassName
{
border-color: #55646B;
}
</style>