Shades of Como #527A5B
Tints of Como #527A5B
RGB
CMYK
RGB Variations
Color information
#527A5B (or 0x527A5B) is known color: Como. HEX triplet: 52, 7A and 5B. RGB value is (82,122,91). Sum of RGB (Red+Green+Blue) = 82+122+91=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #527A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A5B is #AD85A4. Grayscale: #6A6A6A. Windows color (decimal): -11371941 or 5995090. OLE color: 5995090.
HSL color Cylindrical-coordinate representation of color #527A5B: hue angle of 133.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A5B is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 91 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.52 |
| HSL | 133.5º | 0.2% | 0.4% | - |
| HSV(B) | 133.5º | 0.33% | 0.48% | - |
| XYZ | 12.33 | 16.47 | 12.43 | - |
| YUV | 106.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 91 | 0.33 | 0 | 0.25 | 0.52 | 133.5 | 0.2 | 0.4 |
| Hex | 52 | 7A | 5B | 21 | 0 | 19 | 34 | 86 | 14 | 28 |
| Octal | 122 | 172 | 133 | 41 | 0 | 31 | 64 | 206 | 24 | 50 |
| Binary | 1010010 | 1111010 | 1011011 | 100001 | 0 | 11001 | 110100 | 10000110 | 10100 | 101000 |
Color Harmonies of #527A5B
Complementary color
Monochromatic Colors of #527A5B
Black with #527A5B
Text Example
Text Example
White with #527A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A5B; }
p { color: rgb(82,122,91); }
H1.HeaderClassName
{
color: #527A5B;
}
.AnyTagClassName
{
color: #527A5B;
}
</style>
background-color css
<style>
a { background-color: #527A5B; }
a { background-color: rgb(82,122,91); }
div.DivClassName
{
background-color: #527A5B;
}
.BgClassName
{
background-color: #527A5B;
}
</style>
border-color css
<style>
span { border-color: #527A5B; }
span { border-color: rgb(82,122,91); }
td.TdClassName
{
border-color: #527A5B;
}
.TagClassName
{
border-color: #527A5B;
}
</style>