Shades of Rich Blue #5853BD
Tints of Rich Blue #5853BD
RGB
CMYK
RGB Variations
Color information
#5853BD (or 0x5853BD) is known color: Rich Blue. HEX triplet: 58, 53 and BD. RGB value is (88,83,189). Sum of RGB (Red+Green+Blue) = 88+83+189=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #5853BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5853BD is #A7AC42. Grayscale: #606060. Windows color (decimal): -10988611 or 12407640. OLE color: 12407640.
HSL color Cylindrical-coordinate representation of color #5853BD: hue angle of 242.83º degrees, saturation: 0.45, 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 #5853BD is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 83 | 189 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.26 |
| HSL | 242.83º | 0.45% | 0.53% | - |
| HSV(B) | 242.83º | 0.56% | 0.74% | - |
| XYZ | 16.3 | 11.94 | 49.59 | - |
| YUV | 96.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 189 | 0.53 | 0.56 | 0 | 0.26 | 242.83 | 0.45 | 0.53 |
| Hex | 58 | 53 | BD | 35 | 38 | 0 | 1A | F3 | 2D | 35 |
| Octal | 130 | 123 | 275 | 65 | 70 | 0 | 32 | 363 | 55 | 65 |
| Binary | 1011000 | 1010011 | 10111101 | 110101 | 111000 | 0 | 11010 | 11110011 | 101101 | 110101 |
Color Harmonies of #5853BD
Complementary color
Monochromatic Colors of #5853BD
Black with #5853BD
Text Example
Text Example
White with #5853BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5853BD; }
p { color: rgb(88,83,189); }
H1.HeaderClassName
{
color: #5853BD;
}
.AnyTagClassName
{
color: #5853BD;
}
</style>
background-color css
<style>
a { background-color: #5853BD; }
a { background-color: rgb(88,83,189); }
div.DivClassName
{
background-color: #5853BD;
}
.BgClassName
{
background-color: #5853BD;
}
</style>
border-color css
<style>
span { border-color: #5853BD; }
span { border-color: rgb(88,83,189); }
td.TdClassName
{
border-color: #5853BD;
}
.TagClassName
{
border-color: #5853BD;
}
</style>