Shades of Rich Blue #5352BF
Tints of Rich Blue #5352BF
RGB
CMYK
RGB Variations
Color information
#5352BF (or 0x5352BF) is known color: Rich Blue. HEX triplet: 53, 52 and BF. RGB value is (83,82,191). Sum of RGB (Red+Green+Blue) = 83+82+191=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #5352BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5352BF is #ACAD40. Grayscale: #5E5E5E. Windows color (decimal): -11316545 or 12538451. OLE color: 12538451.
HSL color Cylindrical-coordinate representation of color #5352BF: hue angle of 240.55º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5352BF is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 82 | 191 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.25 |
| HSL | 240.55º | 0.46% | 0.54% | - |
| HSV(B) | 240.55º | 0.57% | 0.75% | - |
| XYZ | 15.99 | 11.64 | 50.69 | - |
| YUV | 94.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 191 | 0.57 | 0.57 | 0 | 0.25 | 240.55 | 0.46 | 0.54 |
| Hex | 53 | 52 | BF | 39 | 39 | 0 | 19 | F1 | 2E | 36 |
| Octal | 123 | 122 | 277 | 71 | 71 | 0 | 31 | 361 | 56 | 66 |
| Binary | 1010011 | 1010010 | 10111111 | 111001 | 111001 | 0 | 11001 | 11110001 | 101110 | 110110 |
Color Harmonies of #5352BF
Complementary color
Monochromatic Colors of #5352BF
Black with #5352BF
Text Example
Text Example
White with #5352BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5352BF; }
p { color: rgb(83,82,191); }
H1.HeaderClassName
{
color: #5352BF;
}
.AnyTagClassName
{
color: #5352BF;
}
</style>
background-color css
<style>
a { background-color: #5352BF; }
a { background-color: rgb(83,82,191); }
div.DivClassName
{
background-color: #5352BF;
}
.BgClassName
{
background-color: #5352BF;
}
</style>
border-color css
<style>
span { border-color: #5352BF; }
span { border-color: rgb(83,82,191); }
td.TdClassName
{
border-color: #5352BF;
}
.TagClassName
{
border-color: #5352BF;
}
</style>