Shades of Rich Blue #5952BC
Tints of Rich Blue #5952BC
RGB
CMYK
RGB Variations
Color information
#5952BC (or 0x5952BC) is known color: Rich Blue. HEX triplet: 59, 52 and BC. RGB value is (89,82,188). Sum of RGB (Red+Green+Blue) = 89+82+188=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #5952BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952BC is #A6AD43. Grayscale: #5F5F5F. Windows color (decimal): -10923332 or 12341849. OLE color: 12341849.
HSL color Cylindrical-coordinate representation of color #5952BC: hue angle of 243.96º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5952BC is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 82 | 188 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.26 |
| HSL | 243.96º | 0.44% | 0.53% | - |
| HSV(B) | 243.96º | 0.56% | 0.74% | - |
| XYZ | 16.21 | 11.79 | 49 | - |
| YUV | 96.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 188 | 0.53 | 0.56 | 0 | 0.26 | 243.96 | 0.44 | 0.53 |
| Hex | 59 | 52 | BC | 35 | 38 | 0 | 1A | F4 | 2C | 35 |
| Octal | 131 | 122 | 274 | 65 | 70 | 0 | 32 | 364 | 54 | 65 |
| Binary | 1011001 | 1010010 | 10111100 | 110101 | 111000 | 0 | 11010 | 11110100 | 101100 | 110101 |
Color Harmonies of #5952BC
Complementary color
Monochromatic Colors of #5952BC
Black with #5952BC
Text Example
Text Example
White with #5952BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5952BC; }
p { color: rgb(89,82,188); }
H1.HeaderClassName
{
color: #5952BC;
}
.AnyTagClassName
{
color: #5952BC;
}
</style>
background-color css
<style>
a { background-color: #5952BC; }
a { background-color: rgb(89,82,188); }
div.DivClassName
{
background-color: #5952BC;
}
.BgClassName
{
background-color: #5952BC;
}
</style>
border-color css
<style>
span { border-color: #5952BC; }
span { border-color: rgb(89,82,188); }
td.TdClassName
{
border-color: #5952BC;
}
.TagClassName
{
border-color: #5952BC;
}
</style>