Shades of Rich Blue #535CAC
Tints of Rich Blue #535CAC
RGB
CMYK
RGB Variations
Color information
#535CAC (or 0x535CAC) is known color: Rich Blue. HEX triplet: 53, 5C and AC. RGB value is (83,92,172). Sum of RGB (Red+Green+Blue) = 83+92+172=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #535CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535CAC is #ACA353. Grayscale: #626262. Windows color (decimal): -11314004 or 11295827. OLE color: 11295827.
HSL color Cylindrical-coordinate representation of color #535CAC: hue angle of 233.93º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535CAC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 92 | 172 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.33 |
| HSL | 233.93º | 0.35% | 0.5% | - |
| HSV(B) | 233.93º | 0.52% | 0.67% | - |
| XYZ | 14.84 | 12.47 | 40.65 | - |
| YUV | 98.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 172 | 0.52 | 0.47 | 0 | 0.33 | 233.93 | 0.35 | 0.5 |
| Hex | 53 | 5C | AC | 34 | 2F | 0 | 21 | EA | 23 | 32 |
| Octal | 123 | 134 | 254 | 64 | 57 | 0 | 41 | 352 | 43 | 62 |
| Binary | 1010011 | 1011100 | 10101100 | 110100 | 101111 | 0 | 100001 | 11101010 | 100011 | 110010 |
Color Harmonies of #535CAC
Complementary color
Monochromatic Colors of #535CAC
Black with #535CAC
Text Example
Text Example
White with #535CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CAC; }
p { color: rgb(83,92,172); }
H1.HeaderClassName
{
color: #535CAC;
}
.AnyTagClassName
{
color: #535CAC;
}
</style>
background-color css
<style>
a { background-color: #535CAC; }
a { background-color: rgb(83,92,172); }
div.DivClassName
{
background-color: #535CAC;
}
.BgClassName
{
background-color: #535CAC;
}
</style>
border-color css
<style>
span { border-color: #535CAC; }
span { border-color: rgb(83,92,172); }
td.TdClassName
{
border-color: #535CAC;
}
.TagClassName
{
border-color: #535CAC;
}
</style>