Shades of Slate Blue #595BCB
Tints of Slate Blue #595BCB
RGB
CMYK
RGB Variations
Color information
#595BCB (or 0x595BCB) is known color: Slate Blue. HEX triplet: 59, 5B and CB. RGB value is (89,91,203). Sum of RGB (Red+Green+Blue) = 89+91+203=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #595BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BCB is #A6A434. Grayscale: #666666. Windows color (decimal): -10921013 or 13327193. OLE color: 13327193.
HSL color Cylindrical-coordinate representation of color #595BCB: hue angle of 238.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595BCB is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 91 | 203 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.20 |
| HSL | 238.95º | 0.52% | 0.57% | - |
| HSV(B) | 238.95º | 0.56% | 0.8% | - |
| XYZ | 18.64 | 13.92 | 58.2 | - |
| YUV | 103.17 | 184.34 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 203 | 0.56 | 0.55 | 0 | 0.20 | 238.95 | 0.52 | 0.57 |
| Hex | 59 | 5B | CB | 38 | 37 | 0 | 14 | EF | 34 | 39 |
| Octal | 131 | 133 | 313 | 70 | 67 | 0 | 24 | 357 | 64 | 71 |
| Binary | 1011001 | 1011011 | 11001011 | 111000 | 110111 | 0 | 10100 | 11101111 | 110100 | 111001 |
Color Harmonies of #595BCB
Complementary color
Monochromatic Colors of #595BCB
Black with #595BCB
Text Example
Text Example
White with #595BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BCB; }
p { color: rgb(89,91,203); }
H1.HeaderClassName
{
color: #595BCB;
}
.AnyTagClassName
{
color: #595BCB;
}
</style>
background-color css
<style>
a { background-color: #595BCB; }
a { background-color: rgb(89,91,203); }
div.DivClassName
{
background-color: #595BCB;
}
.BgClassName
{
background-color: #595BCB;
}
</style>
border-color css
<style>
span { border-color: #595BCB; }
span { border-color: rgb(89,91,203); }
td.TdClassName
{
border-color: #595BCB;
}
.TagClassName
{
border-color: #595BCB;
}
</style>