Shades of Rich Blue #534FB8
Tints of Rich Blue #534FB8
RGB
CMYK
RGB Variations
Color information
#534FB8 (or 0x534FB8) is known color: Rich Blue. HEX triplet: 53, 4F and B8. RGB value is (83,79,184). Sum of RGB (Red+Green+Blue) = 83+79+184=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #534FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FB8 is #ACB047. Grayscale: #5B5B5B. Windows color (decimal): -11317320 or 12078931. OLE color: 12078931.
HSL color Cylindrical-coordinate representation of color #534FB8: hue angle of 242.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534FB8 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 79 | 184 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.28 |
| HSL | 242.29º | 0.43% | 0.52% | - |
| HSV(B) | 242.29º | 0.57% | 0.72% | - |
| XYZ | 15.01 | 10.89 | 46.66 | - |
| YUV | 92.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 184 | 0.55 | 0.57 | 0 | 0.28 | 242.29 | 0.43 | 0.52 |
| Hex | 53 | 4F | B8 | 37 | 39 | 0 | 1C | F2 | 2B | 34 |
| Octal | 123 | 117 | 270 | 67 | 71 | 0 | 34 | 362 | 53 | 64 |
| Binary | 1010011 | 1001111 | 10111000 | 110111 | 111001 | 0 | 11100 | 11110010 | 101011 | 110100 |
Color Harmonies of #534FB8
Complementary color
Monochromatic Colors of #534FB8
Black with #534FB8
Text Example
Text Example
White with #534FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FB8; }
p { color: rgb(83,79,184); }
H1.HeaderClassName
{
color: #534FB8;
}
.AnyTagClassName
{
color: #534FB8;
}
</style>
background-color css
<style>
a { background-color: #534FB8; }
a { background-color: rgb(83,79,184); }
div.DivClassName
{
background-color: #534FB8;
}
.BgClassName
{
background-color: #534FB8;
}
</style>
border-color css
<style>
span { border-color: #534FB8; }
span { border-color: rgb(83,79,184); }
td.TdClassName
{
border-color: #534FB8;
}
.TagClassName
{
border-color: #534FB8;
}
</style>