Shades of Rich Blue #535CAB
Tints of Rich Blue #535CAB
RGB
CMYK
RGB Variations
Color information
#535CAB (or 0x535CAB) is known color: Rich Blue. HEX triplet: 53, 5C and AB. RGB value is (83,92,171). Sum of RGB (Red+Green+Blue) = 83+92+171=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #535CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535CAB is #ACA354. Grayscale: #616161. Windows color (decimal): -11314005 or 11230291. OLE color: 11230291.
HSL color Cylindrical-coordinate representation of color #535CAB: hue angle of 233.86º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #535CAB is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 92 | 171 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.33 |
| HSL | 233.86º | 0.35% | 0.5% | - |
| HSV(B) | 233.86º | 0.51% | 0.67% | - |
| XYZ | 14.75 | 12.43 | 40.15 | - |
| YUV | 98.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 171 | 0.51 | 0.46 | 0 | 0.33 | 233.86 | 0.35 | 0.5 |
| Hex | 53 | 5C | AB | 33 | 2E | 0 | 21 | EA | 23 | 32 |
| Octal | 123 | 134 | 253 | 63 | 56 | 0 | 41 | 352 | 43 | 62 |
| Binary | 1010011 | 1011100 | 10101011 | 110011 | 101110 | 0 | 100001 | 11101010 | 100011 | 110010 |
Color Harmonies of #535CAB
Complementary color
Monochromatic Colors of #535CAB
Black with #535CAB
Text Example
Text Example
White with #535CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CAB; }
p { color: rgb(83,92,171); }
H1.HeaderClassName
{
color: #535CAB;
}
.AnyTagClassName
{
color: #535CAB;
}
</style>
background-color css
<style>
a { background-color: #535CAB; }
a { background-color: rgb(83,92,171); }
div.DivClassName
{
background-color: #535CAB;
}
.BgClassName
{
background-color: #535CAB;
}
</style>
border-color css
<style>
span { border-color: #535CAB; }
span { border-color: rgb(83,92,171); }
td.TdClassName
{
border-color: #535CAB;
}
.TagClassName
{
border-color: #535CAB;
}
</style>