Shades of Rich Blue #534FBC
Tints of Rich Blue #534FBC
RGB
CMYK
RGB Variations
Color information
#534FBC (or 0x534FBC) is known color: Rich Blue. HEX triplet: 53, 4F and BC. RGB value is (83,79,188). Sum of RGB (Red+Green+Blue) = 83+79+188=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #534FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FBC is #ACB043. Grayscale: #5C5C5C. Windows color (decimal): -11317316 or 12341075. OLE color: 12341075.
HSL color Cylindrical-coordinate representation of color #534FBC: hue angle of 242.2º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534FBC is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 79 | 188 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.26 |
| HSL | 242.2º | 0.45% | 0.52% | - |
| HSV(B) | 242.2º | 0.58% | 0.74% | - |
| XYZ | 15.44 | 11.06 | 48.9 | - |
| YUV | 92.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 188 | 0.56 | 0.58 | 0 | 0.26 | 242.2 | 0.45 | 0.52 |
| Hex | 53 | 4F | BC | 38 | 3A | 0 | 1A | F2 | 2D | 34 |
| Octal | 123 | 117 | 274 | 70 | 72 | 0 | 32 | 362 | 55 | 64 |
| Binary | 1010011 | 1001111 | 10111100 | 111000 | 111010 | 0 | 11010 | 11110010 | 101101 | 110100 |
Color Harmonies of #534FBC
Complementary color
Monochromatic Colors of #534FBC
Black with #534FBC
Text Example
Text Example
White with #534FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FBC; }
p { color: rgb(83,79,188); }
H1.HeaderClassName
{
color: #534FBC;
}
.AnyTagClassName
{
color: #534FBC;
}
</style>
background-color css
<style>
a { background-color: #534FBC; }
a { background-color: rgb(83,79,188); }
div.DivClassName
{
background-color: #534FBC;
}
.BgClassName
{
background-color: #534FBC;
}
</style>
border-color css
<style>
span { border-color: #534FBC; }
span { border-color: rgb(83,79,188); }
td.TdClassName
{
border-color: #534FBC;
}
.TagClassName
{
border-color: #534FBC;
}
</style>