Shades of Rich Blue #534FB3
Tints of Rich Blue #534FB3
RGB
CMYK
RGB Variations
Color information
#534FB3 (or 0x534FB3) is known color: Rich Blue. HEX triplet: 53, 4F and B3. RGB value is (83,79,179). Sum of RGB (Red+Green+Blue) = 83+79+179=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #534FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FB3 is #ACB04C. Grayscale: #5B5B5B. Windows color (decimal): -11317325 or 11751251. OLE color: 11751251.
HSL color Cylindrical-coordinate representation of color #534FB3: hue angle of 242.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534FB3 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 79 | 179 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.30 |
| HSL | 242.4º | 0.4% | 0.51% | - |
| HSV(B) | 242.4º | 0.56% | 0.7% | - |
| XYZ | 14.5 | 10.69 | 43.95 | - |
| YUV | 91.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 179 | 0.54 | 0.56 | 0 | 0.30 | 242.4 | 0.4 | 0.51 |
| Hex | 53 | 4F | B3 | 36 | 38 | 0 | 1E | F2 | 28 | 33 |
| Octal | 123 | 117 | 263 | 66 | 70 | 0 | 36 | 362 | 50 | 63 |
| Binary | 1010011 | 1001111 | 10110011 | 110110 | 111000 | 0 | 11110 | 11110010 | 101000 | 110011 |
Color Harmonies of #534FB3
Complementary color
Monochromatic Colors of #534FB3
Black with #534FB3
Text Example
Text Example
White with #534FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FB3; }
p { color: rgb(83,79,179); }
H1.HeaderClassName
{
color: #534FB3;
}
.AnyTagClassName
{
color: #534FB3;
}
</style>
background-color css
<style>
a { background-color: #534FB3; }
a { background-color: rgb(83,79,179); }
div.DivClassName
{
background-color: #534FB3;
}
.BgClassName
{
background-color: #534FB3;
}
</style>
border-color css
<style>
span { border-color: #534FB3; }
span { border-color: rgb(83,79,179); }
td.TdClassName
{
border-color: #534FB3;
}
.TagClassName
{
border-color: #534FB3;
}
</style>