Shades of Rich Blue #60529F
Tints of Rich Blue #60529F
RGB
CMYK
RGB Variations
Color information
#60529F (or 0x60529F) is known color: Rich Blue. HEX triplet: 60, 52 and 9F. RGB value is (96,82,159). Sum of RGB (Red+Green+Blue) = 96+82+159=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #60529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60529F is #9FAD60. Grayscale: #5E5E5E. Windows color (decimal): -10464609 or 10441312. OLE color: 10441312.
HSL color Cylindrical-coordinate representation of color #60529F: hue angle of 250.91º 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 #60529F is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 82 | 159 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.38 |
| HSL | 250.91º | 0.32% | 0.47% | - |
| HSV(B) | 250.91º | 0.48% | 0.62% | - |
| XYZ | 14.1 | 11.02 | 34.19 | - |
| YUV | 94.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 159 | 0.40 | 0.48 | 0 | 0.38 | 250.91 | 0.32 | 0.47 |
| Hex | 60 | 52 | 9F | 28 | 30 | 0 | 26 | FB | 20 | 2F |
| Octal | 140 | 122 | 237 | 50 | 60 | 0 | 46 | 373 | 40 | 57 |
| Binary | 1100000 | 1010010 | 10011111 | 101000 | 110000 | 0 | 100110 | 11111011 | 100000 | 101111 |
Color Harmonies of #60529F
Complementary color
Monochromatic Colors of #60529F
Black with #60529F
Text Example
Text Example
White with #60529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60529F; }
p { color: rgb(96,82,159); }
H1.HeaderClassName
{
color: #60529F;
}
.AnyTagClassName
{
color: #60529F;
}
</style>
background-color css
<style>
a { background-color: #60529F; }
a { background-color: rgb(96,82,159); }
div.DivClassName
{
background-color: #60529F;
}
.BgClassName
{
background-color: #60529F;
}
</style>
border-color css
<style>
span { border-color: #60529F; }
span { border-color: rgb(96,82,159); }
td.TdClassName
{
border-color: #60529F;
}
.TagClassName
{
border-color: #60529F;
}
</style>