Shades of Rich Blue #534FB4
Tints of Rich Blue #534FB4
RGB
CMYK
RGB Variations
Color information
#534FB4 (or 0x534FB4) is known color: Rich Blue. HEX triplet: 53, 4F and B4. RGB value is (83,79,180). Sum of RGB (Red+Green+Blue) = 83+79+180=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #534FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FB4 is #ACB04B. Grayscale: #5B5B5B. Windows color (decimal): -11317324 or 11816787. OLE color: 11816787.
HSL color Cylindrical-coordinate representation of color #534FB4: hue angle of 242.38º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534FB4 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 79 | 180 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.29 |
| HSL | 242.38º | 0.4% | 0.51% | - |
| HSV(B) | 242.38º | 0.56% | 0.71% | - |
| XYZ | 14.6 | 10.73 | 44.48 | - |
| YUV | 91.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 180 | 0.54 | 0.56 | 0 | 0.29 | 242.38 | 0.4 | 0.51 |
| Hex | 53 | 4F | B4 | 36 | 38 | 0 | 1D | F2 | 28 | 33 |
| Octal | 123 | 117 | 264 | 66 | 70 | 0 | 35 | 362 | 50 | 63 |
| Binary | 1010011 | 1001111 | 10110100 | 110110 | 111000 | 0 | 11101 | 11110010 | 101000 | 110011 |
Color Harmonies of #534FB4
Complementary color
Monochromatic Colors of #534FB4
Black with #534FB4
Text Example
Text Example
White with #534FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FB4; }
p { color: rgb(83,79,180); }
H1.HeaderClassName
{
color: #534FB4;
}
.AnyTagClassName
{
color: #534FB4;
}
</style>
background-color css
<style>
a { background-color: #534FB4; }
a { background-color: rgb(83,79,180); }
div.DivClassName
{
background-color: #534FB4;
}
.BgClassName
{
background-color: #534FB4;
}
</style>
border-color css
<style>
span { border-color: #534FB4; }
span { border-color: rgb(83,79,180); }
td.TdClassName
{
border-color: #534FB4;
}
.TagClassName
{
border-color: #534FB4;
}
</style>