Shades of Slate Blue #5961CB
Tints of Slate Blue #5961CB
RGB
CMYK
RGB Variations
Color information
#5961CB (or 0x5961CB) is known color: Slate Blue. HEX triplet: 59, 61 and CB. RGB value is (89,97,203). Sum of RGB (Red+Green+Blue) = 89+97+203=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #5961CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961CB is #A69E34. Grayscale: #6A6A6A. Windows color (decimal): -10919477 or 13328729. OLE color: 13328729.
HSL color Cylindrical-coordinate representation of color #5961CB: hue angle of 235.79º 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 #5961CB is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 97 | 203 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.20 |
| HSL | 235.79º | 0.52% | 0.57% | - |
| HSV(B) | 235.79º | 0.56% | 0.8% | - |
| XYZ | 19.17 | 14.99 | 58.38 | - |
| YUV | 106.69 | 182.35 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 203 | 0.56 | 0.52 | 0 | 0.20 | 235.79 | 0.52 | 0.57 |
| Hex | 59 | 61 | CB | 38 | 34 | 0 | 14 | EC | 34 | 39 |
| Octal | 131 | 141 | 313 | 70 | 64 | 0 | 24 | 354 | 64 | 71 |
| Binary | 1011001 | 1100001 | 11001011 | 111000 | 110100 | 0 | 10100 | 11101100 | 110100 | 111001 |
Color Harmonies of #5961CB
Complementary color
Monochromatic Colors of #5961CB
Black with #5961CB
Text Example
Text Example
White with #5961CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5961CB; }
p { color: rgb(89,97,203); }
H1.HeaderClassName
{
color: #5961CB;
}
.AnyTagClassName
{
color: #5961CB;
}
</style>
background-color css
<style>
a { background-color: #5961CB; }
a { background-color: rgb(89,97,203); }
div.DivClassName
{
background-color: #5961CB;
}
.BgClassName
{
background-color: #5961CB;
}
</style>
border-color css
<style>
span { border-color: #5961CB; }
span { border-color: rgb(89,97,203); }
td.TdClassName
{
border-color: #5961CB;
}
.TagClassName
{
border-color: #5961CB;
}
</style>