Shades of Rich Blue #5966A4
Tints of Rich Blue #5966A4
RGB
CMYK
RGB Variations
Color information
#5966A4 (or 0x5966A4) is known color: Rich Blue. HEX triplet: 59, 66 and A4. RGB value is (89,102,164). Sum of RGB (Red+Green+Blue) = 89+102+164=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #5966A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5966A4 is #A6995B. Grayscale: #686868. Windows color (decimal): -10918236 or 10774105. OLE color: 10774105.
HSL color Cylindrical-coordinate representation of color #5966A4: hue angle of 229.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5966A4 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 102 | 164 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.36 |
| HSL | 229.6º | 0.3% | 0.5% | - |
| HSV(B) | 229.6º | 0.46% | 0.64% | - |
| XYZ | 15.57 | 14.31 | 37.06 | - |
| YUV | 105.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 164 | 0.46 | 0.38 | 0 | 0.36 | 229.6 | 0.3 | 0.5 |
| Hex | 59 | 66 | A4 | 2E | 26 | 0 | 24 | E6 | 1E | 32 |
| Octal | 131 | 146 | 244 | 56 | 46 | 0 | 44 | 346 | 36 | 62 |
| Binary | 1011001 | 1100110 | 10100100 | 101110 | 100110 | 0 | 100100 | 11100110 | 11110 | 110010 |
Color Harmonies of #5966A4
Complementary color
Monochromatic Colors of #5966A4
Black with #5966A4
Text Example
Text Example
White with #5966A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5966A4; }
p { color: rgb(89,102,164); }
H1.HeaderClassName
{
color: #5966A4;
}
.AnyTagClassName
{
color: #5966A4;
}
</style>
background-color css
<style>
a { background-color: #5966A4; }
a { background-color: rgb(89,102,164); }
div.DivClassName
{
background-color: #5966A4;
}
.BgClassName
{
background-color: #5966A4;
}
</style>
border-color css
<style>
span { border-color: #5966A4; }
span { border-color: rgb(89,102,164); }
td.TdClassName
{
border-color: #5966A4;
}
.TagClassName
{
border-color: #5966A4;
}
</style>