Shades of Rich Blue #534BBC
Tints of Rich Blue #534BBC
RGB
CMYK
RGB Variations
Color information
#534BBC (or 0x534BBC) is known color: Rich Blue. HEX triplet: 53, 4B and BC. RGB value is (83,75,188). Sum of RGB (Red+Green+Blue) = 83+75+188=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #534BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BBC is #ACB443. Grayscale: #595959. Windows color (decimal): -11318340 or 12340051. OLE color: 12340051.
HSL color Cylindrical-coordinate representation of color #534BBC: hue angle of 244.25º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534BBC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 75 | 188 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.26 |
| HSL | 244.25º | 0.46% | 0.52% | - |
| HSV(B) | 244.25º | 0.6% | 0.74% | - |
| XYZ | 15.16 | 10.5 | 48.81 | - |
| YUV | 90.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 188 | 0.56 | 0.60 | 0 | 0.26 | 244.25 | 0.46 | 0.52 |
| Hex | 53 | 4B | BC | 38 | 3C | 0 | 1A | F4 | 2E | 34 |
| Octal | 123 | 113 | 274 | 70 | 74 | 0 | 32 | 364 | 56 | 64 |
| Binary | 1010011 | 1001011 | 10111100 | 111000 | 111100 | 0 | 11010 | 11110100 | 101110 | 110100 |
Color Harmonies of #534BBC
Complementary color
Monochromatic Colors of #534BBC
Black with #534BBC
Text Example
Text Example
White with #534BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BBC; }
p { color: rgb(83,75,188); }
H1.HeaderClassName
{
color: #534BBC;
}
.AnyTagClassName
{
color: #534BBC;
}
</style>
background-color css
<style>
a { background-color: #534BBC; }
a { background-color: rgb(83,75,188); }
div.DivClassName
{
background-color: #534BBC;
}
.BgClassName
{
background-color: #534BBC;
}
</style>
border-color css
<style>
span { border-color: #534BBC; }
span { border-color: rgb(83,75,188); }
td.TdClassName
{
border-color: #534BBC;
}
.TagClassName
{
border-color: #534BBC;
}
</style>