Shades of Rich Blue #535CB1
Tints of Rich Blue #535CB1
RGB
CMYK
RGB Variations
Color information
#535CB1 (or 0x535CB1) is known color: Rich Blue. HEX triplet: 53, 5C and B1. RGB value is (83,92,177). Sum of RGB (Red+Green+Blue) = 83+92+177=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #535CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535CB1 is #ACA34E. Grayscale: #626262. Windows color (decimal): -11313999 or 11623507. OLE color: 11623507.
HSL color Cylindrical-coordinate representation of color #535CB1: hue angle of 234.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #535CB1 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 92 | 177 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.31 |
| HSL | 234.26º | 0.38% | 0.51% | - |
| HSV(B) | 234.26º | 0.53% | 0.69% | - |
| XYZ | 15.33 | 12.67 | 43.23 | - |
| YUV | 99 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 177 | 0.53 | 0.48 | 0 | 0.31 | 234.26 | 0.38 | 0.51 |
| Hex | 53 | 5C | B1 | 35 | 30 | 0 | 1F | EA | 26 | 33 |
| Octal | 123 | 134 | 261 | 65 | 60 | 0 | 37 | 352 | 46 | 63 |
| Binary | 1010011 | 1011100 | 10110001 | 110101 | 110000 | 0 | 11111 | 11101010 | 100110 | 110011 |
Color Harmonies of #535CB1
Complementary color
Monochromatic Colors of #535CB1
Black with #535CB1
Text Example
Text Example
White with #535CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CB1; }
p { color: rgb(83,92,177); }
H1.HeaderClassName
{
color: #535CB1;
}
.AnyTagClassName
{
color: #535CB1;
}
</style>
background-color css
<style>
a { background-color: #535CB1; }
a { background-color: rgb(83,92,177); }
div.DivClassName
{
background-color: #535CB1;
}
.BgClassName
{
background-color: #535CB1;
}
</style>
border-color css
<style>
span { border-color: #535CB1; }
span { border-color: rgb(83,92,177); }
td.TdClassName
{
border-color: #535CB1;
}
.TagClassName
{
border-color: #535CB1;
}
</style>