Shades of Rich Blue #535FB4
Tints of Rich Blue #535FB4
RGB
CMYK
RGB Variations
Color information
#535FB4 (or 0x535FB4) is known color: Rich Blue. HEX triplet: 53, 5F and B4. RGB value is (83,95,180). Sum of RGB (Red+Green+Blue) = 83+95+180=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #535FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FB4 is #ACA04B. Grayscale: #646464. Windows color (decimal): -11313228 or 11820883. OLE color: 11820883.
HSL color Cylindrical-coordinate representation of color #535FB4: hue angle of 232.58º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #535FB4 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 95 | 180 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.29 |
| HSL | 232.58º | 0.39% | 0.52% | - |
| HSV(B) | 232.58º | 0.54% | 0.71% | - |
| XYZ | 15.9 | 13.32 | 44.91 | - |
| YUV | 101.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 180 | 0.54 | 0.47 | 0 | 0.29 | 232.58 | 0.39 | 0.52 |
| Hex | 53 | 5F | B4 | 36 | 2F | 0 | 1D | E9 | 27 | 34 |
| Octal | 123 | 137 | 264 | 66 | 57 | 0 | 35 | 351 | 47 | 64 |
| Binary | 1010011 | 1011111 | 10110100 | 110110 | 101111 | 0 | 11101 | 11101001 | 100111 | 110100 |
Color Harmonies of #535FB4
Complementary color
Monochromatic Colors of #535FB4
Black with #535FB4
Text Example
Text Example
White with #535FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535FB4; }
p { color: rgb(83,95,180); }
H1.HeaderClassName
{
color: #535FB4;
}
.AnyTagClassName
{
color: #535FB4;
}
</style>
background-color css
<style>
a { background-color: #535FB4; }
a { background-color: rgb(83,95,180); }
div.DivClassName
{
background-color: #535FB4;
}
.BgClassName
{
background-color: #535FB4;
}
</style>
border-color css
<style>
span { border-color: #535FB4; }
span { border-color: rgb(83,95,180); }
td.TdClassName
{
border-color: #535FB4;
}
.TagClassName
{
border-color: #535FB4;
}
</style>