Shades of Rich Blue #5362AE
Tints of Rich Blue #5362AE
RGB
CMYK
RGB Variations
Color information
#5362AE (or 0x5362AE) is known color: Rich Blue. HEX triplet: 53, 62 and AE. RGB value is (83,98,174). Sum of RGB (Red+Green+Blue) = 83+98+174=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #5362AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5362AE is #AC9D51. Grayscale: #656565. Windows color (decimal): -11312466 or 11428435. OLE color: 11428435.
HSL color Cylindrical-coordinate representation of color #5362AE: hue angle of 230.11º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5362AE is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 98 | 174 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.32 |
| HSL | 230.11º | 0.36% | 0.5% | - |
| HSV(B) | 230.11º | 0.52% | 0.68% | - |
| XYZ | 15.57 | 13.63 | 41.85 | - |
| YUV | 102.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 174 | 0.52 | 0.44 | 0 | 0.32 | 230.11 | 0.36 | 0.5 |
| Hex | 53 | 62 | AE | 34 | 2C | 0 | 20 | E6 | 24 | 32 |
| Octal | 123 | 142 | 256 | 64 | 54 | 0 | 40 | 346 | 44 | 62 |
| Binary | 1010011 | 1100010 | 10101110 | 110100 | 101100 | 0 | 100000 | 11100110 | 100100 | 110010 |
Color Harmonies of #5362AE
Complementary color
Monochromatic Colors of #5362AE
Black with #5362AE
Text Example
Text Example
White with #5362AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5362AE; }
p { color: rgb(83,98,174); }
H1.HeaderClassName
{
color: #5362AE;
}
.AnyTagClassName
{
color: #5362AE;
}
</style>
background-color css
<style>
a { background-color: #5362AE; }
a { background-color: rgb(83,98,174); }
div.DivClassName
{
background-color: #5362AE;
}
.BgClassName
{
background-color: #5362AE;
}
</style>
border-color css
<style>
span { border-color: #5362AE; }
span { border-color: rgb(83,98,174); }
td.TdClassName
{
border-color: #5362AE;
}
.TagClassName
{
border-color: #5362AE;
}
</style>