Shades of Rich Blue #60529E
Tints of Rich Blue #60529E
RGB
CMYK
RGB Variations
Color information
#60529E (or 0x60529E) is known color: Rich Blue. HEX triplet: 60, 52 and 9E. RGB value is (96,82,158). Sum of RGB (Red+Green+Blue) = 96+82+158=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #60529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60529E is #9FAD61. Grayscale: #5E5E5E. Windows color (decimal): -10464610 or 10375776. OLE color: 10375776.
HSL color Cylindrical-coordinate representation of color #60529E: hue angle of 251.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60529E is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 82 | 158 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.38 |
| HSL | 251.05º | 0.32% | 0.47% | - |
| HSV(B) | 251.05º | 0.48% | 0.62% | - |
| XYZ | 14.01 | 10.99 | 33.73 | - |
| YUV | 94.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 158 | 0.39 | 0.48 | 0 | 0.38 | 251.05 | 0.32 | 0.47 |
| Hex | 60 | 52 | 9E | 27 | 30 | 0 | 26 | FB | 20 | 2F |
| Octal | 140 | 122 | 236 | 47 | 60 | 0 | 46 | 373 | 40 | 57 |
| Binary | 1100000 | 1010010 | 10011110 | 100111 | 110000 | 0 | 100110 | 11111011 | 100000 | 101111 |
Color Harmonies of #60529E
Complementary color
Monochromatic Colors of #60529E
Black with #60529E
Text Example
Text Example
White with #60529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60529E; }
p { color: rgb(96,82,158); }
H1.HeaderClassName
{
color: #60529E;
}
.AnyTagClassName
{
color: #60529E;
}
</style>
background-color css
<style>
a { background-color: #60529E; }
a { background-color: rgb(96,82,158); }
div.DivClassName
{
background-color: #60529E;
}
.BgClassName
{
background-color: #60529E;
}
</style>
border-color css
<style>
span { border-color: #60529E; }
span { border-color: rgb(96,82,158); }
td.TdClassName
{
border-color: #60529E;
}
.TagClassName
{
border-color: #60529E;
}
</style>