Shades of Rich Blue #534CBC
Tints of Rich Blue #534CBC
RGB
CMYK
RGB Variations
Color information
#534CBC (or 0x534CBC) is known color: Rich Blue. HEX triplet: 53, 4C and BC. RGB value is (83,76,188). Sum of RGB (Red+Green+Blue) = 83+76+188=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #534CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CBC is #ACB343. Grayscale: #5A5A5A. Windows color (decimal): -11318084 or 12340307. OLE color: 12340307.
HSL color Cylindrical-coordinate representation of color #534CBC: hue angle of 243.75º 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 #534CBC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 76 | 188 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.26 |
| HSL | 243.75º | 0.46% | 0.52% | - |
| HSV(B) | 243.75º | 0.6% | 0.74% | - |
| XYZ | 15.23 | 10.64 | 48.83 | - |
| YUV | 90.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 188 | 0.56 | 0.60 | 0 | 0.26 | 243.75 | 0.46 | 0.52 |
| Hex | 53 | 4C | BC | 38 | 3C | 0 | 1A | F4 | 2E | 34 |
| Octal | 123 | 114 | 274 | 70 | 74 | 0 | 32 | 364 | 56 | 64 |
| Binary | 1010011 | 1001100 | 10111100 | 111000 | 111100 | 0 | 11010 | 11110100 | 101110 | 110100 |
Color Harmonies of #534CBC
Complementary color
Monochromatic Colors of #534CBC
Black with #534CBC
Text Example
Text Example
White with #534CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CBC; }
p { color: rgb(83,76,188); }
H1.HeaderClassName
{
color: #534CBC;
}
.AnyTagClassName
{
color: #534CBC;
}
</style>
background-color css
<style>
a { background-color: #534CBC; }
a { background-color: rgb(83,76,188); }
div.DivClassName
{
background-color: #534CBC;
}
.BgClassName
{
background-color: #534CBC;
}
</style>
border-color css
<style>
span { border-color: #534CBC; }
span { border-color: rgb(83,76,188); }
td.TdClassName
{
border-color: #534CBC;
}
.TagClassName
{
border-color: #534CBC;
}
</style>