Shades of Rich Blue #5943AF
Tints of Rich Blue #5943AF
RGB
CMYK
RGB Variations
Color information
#5943AF (or 0x5943AF) is known color: Rich Blue. HEX triplet: 59, 43 and AF. RGB value is (89,67,175). Sum of RGB (Red+Green+Blue) = 89+67+175=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #5943AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5943AF is #A6BC50. Grayscale: #555555. Windows color (decimal): -10927185 or 11486041. OLE color: 11486041.
HSL color Cylindrical-coordinate representation of color #5943AF: hue angle of 252.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5943AF is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 67 | 175 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.31 |
| HSL | 252.22º | 0.45% | 0.47% | - |
| HSV(B) | 252.22º | 0.62% | 0.69% | - |
| XYZ | 13.86 | 9.23 | 41.61 | - |
| YUV | 85.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 67 | 175 | 0.49 | 0.62 | 0 | 0.31 | 252.22 | 0.45 | 0.47 |
| Hex | 59 | 43 | AF | 31 | 3E | 0 | 1F | FC | 2D | 2F |
| Octal | 131 | 103 | 257 | 61 | 76 | 0 | 37 | 374 | 55 | 57 |
| Binary | 1011001 | 1000011 | 10101111 | 110001 | 111110 | 0 | 11111 | 11111100 | 101101 | 101111 |
Color Harmonies of #5943AF
Complementary color
Monochromatic Colors of #5943AF
Black with #5943AF
Text Example
Text Example
White with #5943AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5943AF; }
p { color: rgb(89,67,175); }
H1.HeaderClassName
{
color: #5943AF;
}
.AnyTagClassName
{
color: #5943AF;
}
</style>
background-color css
<style>
a { background-color: #5943AF; }
a { background-color: rgb(89,67,175); }
div.DivClassName
{
background-color: #5943AF;
}
.BgClassName
{
background-color: #5943AF;
}
</style>
border-color css
<style>
span { border-color: #5943AF; }
span { border-color: rgb(89,67,175); }
td.TdClassName
{
border-color: #5943AF;
}
.TagClassName
{
border-color: #5943AF;
}
</style>