Shades of Rich Blue #5D65AB
Tints of Rich Blue #5D65AB
RGB
CMYK
RGB Variations
Color information
#5D65AB (or 0x5D65AB) is known color: Rich Blue. HEX triplet: 5D, 65 and AB. RGB value is (93,101,171). Sum of RGB (Red+Green+Blue) = 93+101+171=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D65AB is #A29A54. Grayscale: #6A6A6A. Windows color (decimal): -10656341 or 11232605. OLE color: 11232605.
HSL color Cylindrical-coordinate representation of color #5D65AB: hue angle of 233.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D65AB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 101 | 171 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.33 |
| HSL | 233.85º | 0.32% | 0.52% | - |
| HSV(B) | 233.85º | 0.46% | 0.67% | - |
| XYZ | 16.52 | 14.57 | 40.47 | - |
| YUV | 106.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 171 | 0.46 | 0.41 | 0 | 0.33 | 233.85 | 0.32 | 0.52 |
| Hex | 5D | 65 | AB | 2E | 29 | 0 | 21 | EA | 20 | 34 |
| Octal | 135 | 145 | 253 | 56 | 51 | 0 | 41 | 352 | 40 | 64 |
| Binary | 1011101 | 1100101 | 10101011 | 101110 | 101001 | 0 | 100001 | 11101010 | 100000 | 110100 |
Color Harmonies of #5D65AB
Complementary color
Monochromatic Colors of #5D65AB
Black with #5D65AB
Text Example
Text Example
White with #5D65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D65AB; }
p { color: rgb(93,101,171); }
H1.HeaderClassName
{
color: #5D65AB;
}
.AnyTagClassName
{
color: #5D65AB;
}
</style>
background-color css
<style>
a { background-color: #5D65AB; }
a { background-color: rgb(93,101,171); }
div.DivClassName
{
background-color: #5D65AB;
}
.BgClassName
{
background-color: #5D65AB;
}
</style>
border-color css
<style>
span { border-color: #5D65AB; }
span { border-color: rgb(93,101,171); }
td.TdClassName
{
border-color: #5D65AB;
}
.TagClassName
{
border-color: #5D65AB;
}
</style>