Shades of Fiord #55636B
Tints of Fiord #55636B
RGB
CMYK
RGB Variations
Color information
#55636B (or 0x55636B) is known color: Fiord. HEX triplet: 55, 63 and 6B. RGB value is (85,99,107). Sum of RGB (Red+Green+Blue) = 85+99+107=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #55636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55636B is #AA9C94. Grayscale: #5F5F5F. Windows color (decimal): -11181205 or 7037781. OLE color: 7037781.
HSL color Cylindrical-coordinate representation of color #55636B: hue angle of 201.82º 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 #55636B is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 99 | 107 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.58 |
| HSL | 201.82º | 0.11% | 0.38% | - |
| HSV(B) | 201.82º | 0.21% | 0.42% | - |
| XYZ | 10.86 | 11.92 | 15.64 | - |
| YUV | 95.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 107 | 0.21 | 0.07 | 0 | 0.58 | 201.82 | 0.11 | 0.38 |
| Hex | 55 | 63 | 6B | 15 | 7 | 0 | 3A | CA | B | 26 |
| Octal | 125 | 143 | 153 | 25 | 7 | 0 | 72 | 312 | 13 | 46 |
| Binary | 1010101 | 1100011 | 1101011 | 10101 | 111 | 0 | 111010 | 11001010 | 1011 | 100110 |
Color Harmonies of #55636B
Complementary color
Monochromatic Colors of #55636B
Black with #55636B
Text Example
Text Example
White with #55636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55636B; }
p { color: rgb(85,99,107); }
H1.HeaderClassName
{
color: #55636B;
}
.AnyTagClassName
{
color: #55636B;
}
</style>
background-color css
<style>
a { background-color: #55636B; }
a { background-color: rgb(85,99,107); }
div.DivClassName
{
background-color: #55636B;
}
.BgClassName
{
background-color: #55636B;
}
</style>
border-color css
<style>
span { border-color: #55636B; }
span { border-color: rgb(85,99,107); }
td.TdClassName
{
border-color: #55636B;
}
.TagClassName
{
border-color: #55636B;
}
</style>