Shades of Como #527B5D
Tints of Como #527B5D
RGB
CMYK
RGB Variations
Color information
#527B5D (or 0x527B5D) is known color: Como. HEX triplet: 52, 7B and 5D. RGB value is (82,123,93). Sum of RGB (Red+Green+Blue) = 82+123+93=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #527B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B5D is #AD84A2. Grayscale: #6B6B6B. Windows color (decimal): -11371683 or 6126418. OLE color: 6126418.
HSL color Cylindrical-coordinate representation of color #527B5D: hue angle of 136.1º 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 #527B5D is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 123 | 93 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.52 |
| HSL | 136.1º | 0.2% | 0.4% | - |
| HSV(B) | 136.1º | 0.33% | 0.48% | - |
| XYZ | 12.54 | 16.75 | 12.93 | - |
| YUV | 107.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 93 | 0.33 | 0 | 0.24 | 0.52 | 136.1 | 0.2 | 0.4 |
| Hex | 52 | 7B | 5D | 21 | 0 | 18 | 34 | 88 | 14 | 28 |
| Octal | 122 | 173 | 135 | 41 | 0 | 30 | 64 | 210 | 24 | 50 |
| Binary | 1010010 | 1111011 | 1011101 | 100001 | 0 | 11000 | 110100 | 10001000 | 10100 | 101000 |
Color Harmonies of #527B5D
Complementary color
Monochromatic Colors of #527B5D
Black with #527B5D
Text Example
Text Example
White with #527B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B5D; }
p { color: rgb(82,123,93); }
H1.HeaderClassName
{
color: #527B5D;
}
.AnyTagClassName
{
color: #527B5D;
}
</style>
background-color css
<style>
a { background-color: #527B5D; }
a { background-color: rgb(82,123,93); }
div.DivClassName
{
background-color: #527B5D;
}
.BgClassName
{
background-color: #527B5D;
}
</style>
border-color css
<style>
span { border-color: #527B5D; }
span { border-color: rgb(82,123,93); }
td.TdClassName
{
border-color: #527B5D;
}
.TagClassName
{
border-color: #527B5D;
}
</style>