Shades of Rich Blue #534FBE
Tints of Rich Blue #534FBE
RGB
CMYK
RGB Variations
Color information
#534FBE (or 0x534FBE) is known color: Rich Blue. HEX triplet: 53, 4F and BE. RGB value is (83,79,190). Sum of RGB (Red+Green+Blue) = 83+79+190=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #534FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FBE is #ACB041. Grayscale: #5C5C5C. Windows color (decimal): -11317314 or 12472147. OLE color: 12472147.
HSL color Cylindrical-coordinate representation of color #534FBE: hue angle of 242.16º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534FBE is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 79 | 190 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.25 |
| HSL | 242.16º | 0.46% | 0.53% | - |
| HSV(B) | 242.16º | 0.58% | 0.75% | - |
| XYZ | 15.66 | 11.15 | 50.04 | - |
| YUV | 92.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 190 | 0.56 | 0.58 | 0 | 0.25 | 242.16 | 0.46 | 0.53 |
| Hex | 53 | 4F | BE | 38 | 3A | 0 | 19 | F2 | 2E | 35 |
| Octal | 123 | 117 | 276 | 70 | 72 | 0 | 31 | 362 | 56 | 65 |
| Binary | 1010011 | 1001111 | 10111110 | 111000 | 111010 | 0 | 11001 | 11110010 | 101110 | 110101 |
Color Harmonies of #534FBE
Complementary color
Monochromatic Colors of #534FBE
Black with #534FBE
Text Example
Text Example
White with #534FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FBE; }
p { color: rgb(83,79,190); }
H1.HeaderClassName
{
color: #534FBE;
}
.AnyTagClassName
{
color: #534FBE;
}
</style>
background-color css
<style>
a { background-color: #534FBE; }
a { background-color: rgb(83,79,190); }
div.DivClassName
{
background-color: #534FBE;
}
.BgClassName
{
background-color: #534FBE;
}
</style>
border-color css
<style>
span { border-color: #534FBE; }
span { border-color: rgb(83,79,190); }
td.TdClassName
{
border-color: #534FBE;
}
.TagClassName
{
border-color: #534FBE;
}
</style>