Shades of Rich Blue #535FB2
Tints of Rich Blue #535FB2
RGB
CMYK
RGB Variations
Color information
#535FB2 (or 0x535FB2) is known color: Rich Blue. HEX triplet: 53, 5F and B2. RGB value is (83,95,178). Sum of RGB (Red+Green+Blue) = 83+95+178=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #535FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535FB2 is #ACA04D. Grayscale: #646464. Windows color (decimal): -11313230 or 11689811. OLE color: 11689811.
HSL color Cylindrical-coordinate representation of color #535FB2: hue angle of 232.42º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #535FB2 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 95 | 178 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.30 |
| HSL | 232.42º | 0.38% | 0.51% | - |
| HSV(B) | 232.42º | 0.53% | 0.7% | - |
| XYZ | 15.7 | 13.24 | 43.85 | - |
| YUV | 100.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 178 | 0.53 | 0.47 | 0 | 0.30 | 232.42 | 0.38 | 0.51 |
| Hex | 53 | 5F | B2 | 35 | 2F | 0 | 1E | E8 | 26 | 33 |
| Octal | 123 | 137 | 262 | 65 | 57 | 0 | 36 | 350 | 46 | 63 |
| Binary | 1010011 | 1011111 | 10110010 | 110101 | 101111 | 0 | 11110 | 11101000 | 100110 | 110011 |
Color Harmonies of #535FB2
Complementary color
Monochromatic Colors of #535FB2
Black with #535FB2
Text Example
Text Example
White with #535FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535FB2; }
p { color: rgb(83,95,178); }
H1.HeaderClassName
{
color: #535FB2;
}
.AnyTagClassName
{
color: #535FB2;
}
</style>
background-color css
<style>
a { background-color: #535FB2; }
a { background-color: rgb(83,95,178); }
div.DivClassName
{
background-color: #535FB2;
}
.BgClassName
{
background-color: #535FB2;
}
</style>
border-color css
<style>
span { border-color: #535FB2; }
span { border-color: rgb(83,95,178); }
td.TdClassName
{
border-color: #535FB2;
}
.TagClassName
{
border-color: #535FB2;
}
</style>