Shades of Rich Blue #595CB5
Tints of Rich Blue #595CB5
RGB
CMYK
RGB Variations
Color information
#595CB5 (or 0x595CB5) is known color: Rich Blue. HEX triplet: 59, 5C and B5. RGB value is (89,92,181). Sum of RGB (Red+Green+Blue) = 89+92+181=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #595CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CB5 is #A6A34A. Grayscale: #646464. Windows color (decimal): -10920779 or 11885657. OLE color: 11885657.
HSL color Cylindrical-coordinate representation of color #595CB5: hue angle of 238.04º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595CB5 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 92 | 181 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.29 |
| HSL | 238.04º | 0.38% | 0.53% | - |
| HSV(B) | 238.04º | 0.51% | 0.71% | - |
| XYZ | 16.29 | 13.11 | 45.39 | - |
| YUV | 101.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 181 | 0.51 | 0.49 | 0 | 0.29 | 238.04 | 0.38 | 0.53 |
| Hex | 59 | 5C | B5 | 33 | 31 | 0 | 1D | EE | 26 | 35 |
| Octal | 131 | 134 | 265 | 63 | 61 | 0 | 35 | 356 | 46 | 65 |
| Binary | 1011001 | 1011100 | 10110101 | 110011 | 110001 | 0 | 11101 | 11101110 | 100110 | 110101 |
Color Harmonies of #595CB5
Complementary color
Monochromatic Colors of #595CB5
Black with #595CB5
Text Example
Text Example
White with #595CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CB5; }
p { color: rgb(89,92,181); }
H1.HeaderClassName
{
color: #595CB5;
}
.AnyTagClassName
{
color: #595CB5;
}
</style>
background-color css
<style>
a { background-color: #595CB5; }
a { background-color: rgb(89,92,181); }
div.DivClassName
{
background-color: #595CB5;
}
.BgClassName
{
background-color: #595CB5;
}
</style>
border-color css
<style>
span { border-color: #595CB5; }
span { border-color: rgb(89,92,181); }
td.TdClassName
{
border-color: #595CB5;
}
.TagClassName
{
border-color: #595CB5;
}
</style>