Shades of Rich Blue #595CBB
Tints of Rich Blue #595CBB
RGB
CMYK
RGB Variations
Color information
#595CBB (or 0x595CBB) is known color: Rich Blue. HEX triplet: 59, 5C and BB. RGB value is (89,92,187). Sum of RGB (Red+Green+Blue) = 89+92+187=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #595CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CBB is #A6A344. Grayscale: #656565. Windows color (decimal): -10920773 or 12278873. OLE color: 12278873.
HSL color Cylindrical-coordinate representation of color #595CBB: hue angle of 238.16º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595CBB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 92 | 187 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.27 |
| HSL | 238.16º | 0.42% | 0.54% | - |
| HSV(B) | 238.16º | 0.52% | 0.73% | - |
| XYZ | 16.92 | 13.37 | 48.7 | - |
| YUV | 101.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 187 | 0.52 | 0.51 | 0 | 0.27 | 238.16 | 0.42 | 0.54 |
| Hex | 59 | 5C | BB | 34 | 33 | 0 | 1B | EE | 2A | 36 |
| Octal | 131 | 134 | 273 | 64 | 63 | 0 | 33 | 356 | 52 | 66 |
| Binary | 1011001 | 1011100 | 10111011 | 110100 | 110011 | 0 | 11011 | 11101110 | 101010 | 110110 |
Color Harmonies of #595CBB
Complementary color
Monochromatic Colors of #595CBB
Black with #595CBB
Text Example
Text Example
White with #595CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CBB; }
p { color: rgb(89,92,187); }
H1.HeaderClassName
{
color: #595CBB;
}
.AnyTagClassName
{
color: #595CBB;
}
</style>
background-color css
<style>
a { background-color: #595CBB; }
a { background-color: rgb(89,92,187); }
div.DivClassName
{
background-color: #595CBB;
}
.BgClassName
{
background-color: #595CBB;
}
</style>
border-color css
<style>
span { border-color: #595CBB; }
span { border-color: rgb(89,92,187); }
td.TdClassName
{
border-color: #595CBB;
}
.TagClassName
{
border-color: #595CBB;
}
</style>