Shades of Rich Blue #553EAF
Tints of Rich Blue #553EAF
RGB
CMYK
RGB Variations
Color information
#553EAF (or 0x553EAF) is known color: Rich Blue. HEX triplet: 55, 3E and AF. RGB value is (85,62,175). Sum of RGB (Red+Green+Blue) = 85+62+175=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #553EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553EAF is #AAC150. Grayscale: #515151. Windows color (decimal): -11190609 or 11484757. OLE color: 11484757.
HSL color Cylindrical-coordinate representation of color #553EAF: hue angle of 252.21º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553EAF is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 62 | 175 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.31 |
| HSL | 252.21º | 0.48% | 0.46% | - |
| HSV(B) | 252.21º | 0.65% | 0.69% | - |
| XYZ | 13.21 | 8.47 | 41.5 | - |
| YUV | 81.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 175 | 0.51 | 0.65 | 0 | 0.31 | 252.21 | 0.48 | 0.46 |
| Hex | 55 | 3E | AF | 33 | 41 | 0 | 1F | FC | 30 | 2E |
| Octal | 125 | 76 | 257 | 63 | 101 | 0 | 37 | 374 | 60 | 56 |
| Binary | 1010101 | 111110 | 10101111 | 110011 | 1000001 | 0 | 11111 | 11111100 | 110000 | 101110 |
Color Harmonies of #553EAF
Complementary color
Monochromatic Colors of #553EAF
Black with #553EAF
Text Example
Text Example
White with #553EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553EAF; }
p { color: rgb(85,62,175); }
H1.HeaderClassName
{
color: #553EAF;
}
.AnyTagClassName
{
color: #553EAF;
}
</style>
background-color css
<style>
a { background-color: #553EAF; }
a { background-color: rgb(85,62,175); }
div.DivClassName
{
background-color: #553EAF;
}
.BgClassName
{
background-color: #553EAF;
}
</style>
border-color css
<style>
span { border-color: #553EAF; }
span { border-color: rgb(85,62,175); }
td.TdClassName
{
border-color: #553EAF;
}
.TagClassName
{
border-color: #553EAF;
}
</style>