Shades of Rich Blue #5358AF
Tints of Rich Blue #5358AF
RGB
CMYK
RGB Variations
Color information
#5358AF (or 0x5358AF) is known color: Rich Blue. HEX triplet: 53, 58 and AF. RGB value is (83,88,175). Sum of RGB (Red+Green+Blue) = 83+88+175=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #5358AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5358AF is #ACA750. Grayscale: #606060. Windows color (decimal): -11315025 or 11491411. OLE color: 11491411.
HSL color Cylindrical-coordinate representation of color #5358AF: hue angle of 236.74º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5358AF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 88 | 175 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.31 |
| HSL | 236.74º | 0.37% | 0.51% | - |
| HSV(B) | 236.74º | 0.53% | 0.69% | - |
| XYZ | 14.79 | 11.91 | 42.08 | - |
| YUV | 96.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 175 | 0.53 | 0.50 | 0 | 0.31 | 236.74 | 0.37 | 0.51 |
| Hex | 53 | 58 | AF | 35 | 32 | 0 | 1F | ED | 25 | 33 |
| Octal | 123 | 130 | 257 | 65 | 62 | 0 | 37 | 355 | 45 | 63 |
| Binary | 1010011 | 1011000 | 10101111 | 110101 | 110010 | 0 | 11111 | 11101101 | 100101 | 110011 |
Color Harmonies of #5358AF
Complementary color
Monochromatic Colors of #5358AF
Black with #5358AF
Text Example
Text Example
White with #5358AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5358AF; }
p { color: rgb(83,88,175); }
H1.HeaderClassName
{
color: #5358AF;
}
.AnyTagClassName
{
color: #5358AF;
}
</style>
background-color css
<style>
a { background-color: #5358AF; }
a { background-color: rgb(83,88,175); }
div.DivClassName
{
background-color: #5358AF;
}
.BgClassName
{
background-color: #5358AF;
}
</style>
border-color css
<style>
span { border-color: #5358AF; }
span { border-color: rgb(83,88,175); }
td.TdClassName
{
border-color: #5358AF;
}
.TagClassName
{
border-color: #5358AF;
}
</style>