Shades of Rich Blue #595FAC
Tints of Rich Blue #595FAC
RGB
CMYK
RGB Variations
Color information
#595FAC (or 0x595FAC) is known color: Rich Blue. HEX triplet: 59, 5F and AC. RGB value is (89,95,172). Sum of RGB (Red+Green+Blue) = 89+95+172=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #595FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595FAC is #A6A053. Grayscale: #656565. Windows color (decimal): -10920020 or 11296601. OLE color: 11296601.
HSL color Cylindrical-coordinate representation of color #595FAC: hue angle of 235.66º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #595FAC is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 95 | 172 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.33 |
| HSL | 235.66º | 0.33% | 0.51% | - |
| HSV(B) | 235.66º | 0.48% | 0.67% | - |
| XYZ | 15.66 | 13.29 | 40.77 | - |
| YUV | 101.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 172 | 0.48 | 0.45 | 0 | 0.33 | 235.66 | 0.33 | 0.51 |
| Hex | 59 | 5F | AC | 30 | 2D | 0 | 21 | EC | 21 | 33 |
| Octal | 131 | 137 | 254 | 60 | 55 | 0 | 41 | 354 | 41 | 63 |
| Binary | 1011001 | 1011111 | 10101100 | 110000 | 101101 | 0 | 100001 | 11101100 | 100001 | 110011 |
Color Harmonies of #595FAC
Complementary color
Monochromatic Colors of #595FAC
Black with #595FAC
Text Example
Text Example
White with #595FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FAC; }
p { color: rgb(89,95,172); }
H1.HeaderClassName
{
color: #595FAC;
}
.AnyTagClassName
{
color: #595FAC;
}
</style>
background-color css
<style>
a { background-color: #595FAC; }
a { background-color: rgb(89,95,172); }
div.DivClassName
{
background-color: #595FAC;
}
.BgClassName
{
background-color: #595FAC;
}
</style>
border-color css
<style>
span { border-color: #595FAC; }
span { border-color: rgb(89,95,172); }
td.TdClassName
{
border-color: #595FAC;
}
.TagClassName
{
border-color: #595FAC;
}
</style>