Shades of Rich Blue #534DBB
Tints of Rich Blue #534DBB
RGB
CMYK
RGB Variations
Color information
#534DBB (or 0x534DBB) is known color: Rich Blue. HEX triplet: 53, 4D and BB. RGB value is (83,77,187). Sum of RGB (Red+Green+Blue) = 83+77+187=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #534DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DBB is #ACB244. Grayscale: #5A5A5A. Windows color (decimal): -11317829 or 12275027. OLE color: 12275027.
HSL color Cylindrical-coordinate representation of color #534DBB: hue angle of 243.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534DBB is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 77 | 187 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.27 |
| HSL | 243.27º | 0.45% | 0.52% | - |
| HSV(B) | 243.27º | 0.59% | 0.73% | - |
| XYZ | 15.19 | 10.73 | 48.29 | - |
| YUV | 91.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 187 | 0.56 | 0.59 | 0 | 0.27 | 243.27 | 0.45 | 0.52 |
| Hex | 53 | 4D | BB | 38 | 3B | 0 | 1B | F3 | 2D | 34 |
| Octal | 123 | 115 | 273 | 70 | 73 | 0 | 33 | 363 | 55 | 64 |
| Binary | 1010011 | 1001101 | 10111011 | 111000 | 111011 | 0 | 11011 | 11110011 | 101101 | 110100 |
Color Harmonies of #534DBB
Complementary color
Monochromatic Colors of #534DBB
Black with #534DBB
Text Example
Text Example
White with #534DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DBB; }
p { color: rgb(83,77,187); }
H1.HeaderClassName
{
color: #534DBB;
}
.AnyTagClassName
{
color: #534DBB;
}
</style>
background-color css
<style>
a { background-color: #534DBB; }
a { background-color: rgb(83,77,187); }
div.DivClassName
{
background-color: #534DBB;
}
.BgClassName
{
background-color: #534DBB;
}
</style>
border-color css
<style>
span { border-color: #534DBB; }
span { border-color: rgb(83,77,187); }
td.TdClassName
{
border-color: #534DBB;
}
.TagClassName
{
border-color: #534DBB;
}
</style>