Shades of Rich Blue #5352B1
Tints of Rich Blue #5352B1
RGB
CMYK
RGB Variations
Color information
#5352B1 (or 0x5352B1) is known color: Rich Blue. HEX triplet: 53, 52 and B1. RGB value is (83,82,177). Sum of RGB (Red+Green+Blue) = 83+82+177=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #5352B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5352B1 is #ACAD4E. Grayscale: #5C5C5C. Windows color (decimal): -11316559 or 11620947. OLE color: 11620947.
HSL color Cylindrical-coordinate representation of color #5352B1: hue angle of 240.63º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5352B1 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 82 | 177 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.31 |
| HSL | 240.63º | 0.38% | 0.51% | - |
| HSV(B) | 240.63º | 0.54% | 0.69% | - |
| XYZ | 14.52 | 11.05 | 42.96 | - |
| YUV | 93.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 177 | 0.53 | 0.54 | 0 | 0.31 | 240.63 | 0.38 | 0.51 |
| Hex | 53 | 52 | B1 | 35 | 36 | 0 | 1F | F1 | 26 | 33 |
| Octal | 123 | 122 | 261 | 65 | 66 | 0 | 37 | 361 | 46 | 63 |
| Binary | 1010011 | 1010010 | 10110001 | 110101 | 110110 | 0 | 11111 | 11110001 | 100110 | 110011 |
Color Harmonies of #5352B1
Complementary color
Monochromatic Colors of #5352B1
Black with #5352B1
Text Example
Text Example
White with #5352B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5352B1; }
p { color: rgb(83,82,177); }
H1.HeaderClassName
{
color: #5352B1;
}
.AnyTagClassName
{
color: #5352B1;
}
</style>
background-color css
<style>
a { background-color: #5352B1; }
a { background-color: rgb(83,82,177); }
div.DivClassName
{
background-color: #5352B1;
}
.BgClassName
{
background-color: #5352B1;
}
</style>
border-color css
<style>
span { border-color: #5352B1; }
span { border-color: rgb(83,82,177); }
td.TdClassName
{
border-color: #5352B1;
}
.TagClassName
{
border-color: #5352B1;
}
</style>