Shades of Fiord #53616B
Tints of Fiord #53616B
RGB
CMYK
RGB Variations
Color information
#53616B (or 0x53616B) is known color: Fiord. HEX triplet: 53, 61 and 6B. RGB value is (83,97,107). Sum of RGB (Red+Green+Blue) = 83+97+107=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #53616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53616B is #AC9E94. Grayscale: #5D5D5D. Windows color (decimal): -11312789 or 7037267. OLE color: 7037267.
HSL color Cylindrical-coordinate representation of color #53616B: hue angle of 205º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53616B is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 97 | 107 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.58 |
| HSL | 205º | 0.13% | 0.37% | - |
| HSV(B) | 205º | 0.22% | 0.42% | - |
| XYZ | 10.5 | 11.45 | 15.57 | - |
| YUV | 93.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 107 | 0.22 | 0.09 | 0 | 0.58 | 205 | 0.13 | 0.37 |
| Hex | 53 | 61 | 6B | 16 | 9 | 0 | 3A | CD | D | 25 |
| Octal | 123 | 141 | 153 | 26 | 11 | 0 | 72 | 315 | 15 | 45 |
| Binary | 1010011 | 1100001 | 1101011 | 10110 | 1001 | 0 | 111010 | 11001101 | 1101 | 100101 |
Color Harmonies of #53616B
Complementary color
Monochromatic Colors of #53616B
Black with #53616B
Text Example
Text Example
White with #53616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53616B; }
p { color: rgb(83,97,107); }
H1.HeaderClassName
{
color: #53616B;
}
.AnyTagClassName
{
color: #53616B;
}
</style>
background-color css
<style>
a { background-color: #53616B; }
a { background-color: rgb(83,97,107); }
div.DivClassName
{
background-color: #53616B;
}
.BgClassName
{
background-color: #53616B;
}
</style>
border-color css
<style>
span { border-color: #53616B; }
span { border-color: rgb(83,97,107); }
td.TdClassName
{
border-color: #53616B;
}
.TagClassName
{
border-color: #53616B;
}
</style>