Shades of Rich Blue #5352BC
Tints of Rich Blue #5352BC
RGB
CMYK
RGB Variations
Color information
#5352BC (or 0x5352BC) is known color: Rich Blue. HEX triplet: 53, 52 and BC. RGB value is (83,82,188). Sum of RGB (Red+Green+Blue) = 83+82+188=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #5352BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5352BC is #ACAD43. Grayscale: #5D5D5D. Windows color (decimal): -11316548 or 12341843. OLE color: 12341843.
HSL color Cylindrical-coordinate representation of color #5352BC: hue angle of 240.57º 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 #5352BC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 82 | 188 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.26 |
| HSL | 240.57º | 0.44% | 0.53% | - |
| HSV(B) | 240.57º | 0.56% | 0.74% | - |
| XYZ | 15.66 | 11.5 | 48.97 | - |
| YUV | 94.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 188 | 0.56 | 0.56 | 0 | 0.26 | 240.57 | 0.44 | 0.53 |
| Hex | 53 | 52 | BC | 38 | 38 | 0 | 1A | F1 | 2C | 35 |
| Octal | 123 | 122 | 274 | 70 | 70 | 0 | 32 | 361 | 54 | 65 |
| Binary | 1010011 | 1010010 | 10111100 | 111000 | 111000 | 0 | 11010 | 11110001 | 101100 | 110101 |
Color Harmonies of #5352BC
Complementary color
Monochromatic Colors of #5352BC
Black with #5352BC
Text Example
Text Example
White with #5352BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5352BC; }
p { color: rgb(83,82,188); }
H1.HeaderClassName
{
color: #5352BC;
}
.AnyTagClassName
{
color: #5352BC;
}
</style>
background-color css
<style>
a { background-color: #5352BC; }
a { background-color: rgb(83,82,188); }
div.DivClassName
{
background-color: #5352BC;
}
.BgClassName
{
background-color: #5352BC;
}
</style>
border-color css
<style>
span { border-color: #5352BC; }
span { border-color: rgb(83,82,188); }
td.TdClassName
{
border-color: #5352BC;
}
.TagClassName
{
border-color: #5352BC;
}
</style>