Shades of Rich Blue #535BA5
Tints of Rich Blue #535BA5
RGB
CMYK
RGB Variations
Color information
#535BA5 (or 0x535BA5) is known color: Rich Blue. HEX triplet: 53, 5B and A5. RGB value is (83,91,165). Sum of RGB (Red+Green+Blue) = 83+91+165=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #535BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535BA5 is #ACA45A. Grayscale: #606060. Windows color (decimal): -11314267 or 10836819. OLE color: 10836819.
HSL color Cylindrical-coordinate representation of color #535BA5: hue angle of 234.15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #535BA5 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 91 | 165 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.35 |
| HSL | 234.15º | 0.33% | 0.49% | - |
| HSV(B) | 234.15º | 0.5% | 0.65% | - |
| XYZ | 14.1 | 12.04 | 37.18 | - |
| YUV | 97.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 165 | 0.50 | 0.45 | 0 | 0.35 | 234.15 | 0.33 | 0.49 |
| Hex | 53 | 5B | A5 | 32 | 2D | 0 | 23 | EA | 21 | 31 |
| Octal | 123 | 133 | 245 | 62 | 55 | 0 | 43 | 352 | 41 | 61 |
| Binary | 1010011 | 1011011 | 10100101 | 110010 | 101101 | 0 | 100011 | 11101010 | 100001 | 110001 |
Color Harmonies of #535BA5
Complementary color
Monochromatic Colors of #535BA5
Black with #535BA5
Text Example
Text Example
White with #535BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BA5; }
p { color: rgb(83,91,165); }
H1.HeaderClassName
{
color: #535BA5;
}
.AnyTagClassName
{
color: #535BA5;
}
</style>
background-color css
<style>
a { background-color: #535BA5; }
a { background-color: rgb(83,91,165); }
div.DivClassName
{
background-color: #535BA5;
}
.BgClassName
{
background-color: #535BA5;
}
</style>
border-color css
<style>
span { border-color: #535BA5; }
span { border-color: rgb(83,91,165); }
td.TdClassName
{
border-color: #535BA5;
}
.TagClassName
{
border-color: #535BA5;
}
</style>