Shades of Rich Blue #534ABD
Tints of Rich Blue #534ABD
RGB
CMYK
RGB Variations
Color information
#534ABD (or 0x534ABD) is known color: Rich Blue. HEX triplet: 53, 4A and BD. RGB value is (83,74,189). Sum of RGB (Red+Green+Blue) = 83+74+189=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #534ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534ABD is #ACB542. Grayscale: #595959. Windows color (decimal): -11318595 or 12405331. OLE color: 12405331.
HSL color Cylindrical-coordinate representation of color #534ABD: hue angle of 244.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534ABD is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 74 | 189 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.26 |
| HSL | 244.7º | 0.47% | 0.52% | - |
| HSV(B) | 244.7º | 0.61% | 0.74% | - |
| XYZ | 15.2 | 10.41 | 49.35 | - |
| YUV | 89.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 189 | 0.56 | 0.61 | 0 | 0.26 | 244.7 | 0.47 | 0.52 |
| Hex | 53 | 4A | BD | 38 | 3D | 0 | 1A | F5 | 2F | 34 |
| Octal | 123 | 112 | 275 | 70 | 75 | 0 | 32 | 365 | 57 | 64 |
| Binary | 1010011 | 1001010 | 10111101 | 111000 | 111101 | 0 | 11010 | 11110101 | 101111 | 110100 |
Color Harmonies of #534ABD
Complementary color
Monochromatic Colors of #534ABD
Black with #534ABD
Text Example
Text Example
White with #534ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534ABD; }
p { color: rgb(83,74,189); }
H1.HeaderClassName
{
color: #534ABD;
}
.AnyTagClassName
{
color: #534ABD;
}
</style>
background-color css
<style>
a { background-color: #534ABD; }
a { background-color: rgb(83,74,189); }
div.DivClassName
{
background-color: #534ABD;
}
.BgClassName
{
background-color: #534ABD;
}
</style>
border-color css
<style>
span { border-color: #534ABD; }
span { border-color: rgb(83,74,189); }
td.TdClassName
{
border-color: #534ABD;
}
.TagClassName
{
border-color: #534ABD;
}
</style>