Shades of Slate Blue #5959CB
Tints of Slate Blue #5959CB
RGB
CMYK
RGB Variations
Color information
#5959CB (or 0x5959CB) is known color: Slate Blue. HEX triplet: 59, 59 and CB. RGB value is (89,89,203). Sum of RGB (Red+Green+Blue) = 89+89+203=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #5959CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5959CB is #A6A634. Grayscale: #656565. Windows color (decimal): -10921525 or 13326681. OLE color: 13326681.
HSL color Cylindrical-coordinate representation of color #5959CB: hue angle of 240º 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 #5959CB is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 89 | 203 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.20 |
| HSL | 240º | 0.52% | 0.57% | - |
| HSV(B) | 240º | 0.56% | 0.8% | - |
| XYZ | 18.47 | 13.58 | 58.15 | - |
| YUV | 102 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 203 | 0.56 | 0.56 | 0 | 0.20 | 240 | 0.52 | 0.57 |
| Hex | 59 | 59 | CB | 38 | 38 | 0 | 14 | F0 | 34 | 39 |
| Octal | 131 | 131 | 313 | 70 | 70 | 0 | 24 | 360 | 64 | 71 |
| Binary | 1011001 | 1011001 | 11001011 | 111000 | 111000 | 0 | 10100 | 11110000 | 110100 | 111001 |
Color Harmonies of #5959CB
Complementary color
Monochromatic Colors of #5959CB
Black with #5959CB
Text Example
Text Example
White with #5959CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5959CB; }
p { color: rgb(89,89,203); }
H1.HeaderClassName
{
color: #5959CB;
}
.AnyTagClassName
{
color: #5959CB;
}
</style>
background-color css
<style>
a { background-color: #5959CB; }
a { background-color: rgb(89,89,203); }
div.DivClassName
{
background-color: #5959CB;
}
.BgClassName
{
background-color: #5959CB;
}
</style>
border-color css
<style>
span { border-color: #5959CB; }
span { border-color: rgb(89,89,203); }
td.TdClassName
{
border-color: #5959CB;
}
.TagClassName
{
border-color: #5959CB;
}
</style>