Shades of Como #526F60
Tints of Como #526F60
RGB
CMYK
RGB Variations
Color information
#526F60 (or 0x526F60) is known color: Como. HEX triplet: 52, 6F and 60. RGB value is (82,111,96). Sum of RGB (Red+Green+Blue) = 82+111+96=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #526F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F60 is #AD909F. Grayscale: #646464. Windows color (decimal): -11374752 or 6319954. OLE color: 6319954.
HSL color Cylindrical-coordinate representation of color #526F60: hue angle of 148.97º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F60 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 96 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.56 |
| HSL | 148.97º | 0.15% | 0.38% | - |
| HSV(B) | 148.97º | 0.26% | 0.44% | - |
| XYZ | 11.28 | 14.01 | 13.18 | - |
| YUV | 100.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 96 | 0.26 | 0 | 0.14 | 0.56 | 148.97 | 0.15 | 0.38 |
| Hex | 52 | 6F | 60 | 1A | 0 | E | 38 | 95 | F | 26 |
| Octal | 122 | 157 | 140 | 32 | 0 | 16 | 70 | 225 | 17 | 46 |
| Binary | 1010010 | 1101111 | 1100000 | 11010 | 0 | 1110 | 111000 | 10010101 | 1111 | 100110 |
Color Harmonies of #526F60
Complementary color
Monochromatic Colors of #526F60
Black with #526F60
Text Example
Text Example
White with #526F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F60; }
p { color: rgb(82,111,96); }
H1.HeaderClassName
{
color: #526F60;
}
.AnyTagClassName
{
color: #526F60;
}
</style>
background-color css
<style>
a { background-color: #526F60; }
a { background-color: rgb(82,111,96); }
div.DivClassName
{
background-color: #526F60;
}
.BgClassName
{
background-color: #526F60;
}
</style>
border-color css
<style>
span { border-color: #526F60; }
span { border-color: rgb(82,111,96); }
td.TdClassName
{
border-color: #526F60;
}
.TagClassName
{
border-color: #526F60;
}
</style>