Shades of Slate Blue #5942CB
Tints of Slate Blue #5942CB
RGB
CMYK
RGB Variations
Color information
#5942CB (or 0x5942CB) is known color: Slate Blue. HEX triplet: 59, 42 and CB. RGB value is (89,66,203). Sum of RGB (Red+Green+Blue) = 89+66+203=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #5942CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5942CB is #A6BD34. Grayscale: #575757. Windows color (decimal): -10927413 or 13320793. OLE color: 13320793.
HSL color Cylindrical-coordinate representation of color #5942CB: hue angle of 250.07º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5942CB is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 66 | 203 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.20 |
| HSL | 250.07º | 0.57% | 0.53% | - |
| HSV(B) | 250.07º | 0.67% | 0.8% | - |
| XYZ | 16.85 | 10.33 | 57.61 | - |
| YUV | 88.5 | 192.62 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 203 | 0.56 | 0.67 | 0 | 0.20 | 250.07 | 0.57 | 0.53 |
| Hex | 59 | 42 | CB | 38 | 43 | 0 | 14 | FA | 39 | 35 |
| Octal | 131 | 102 | 313 | 70 | 103 | 0 | 24 | 372 | 71 | 65 |
| Binary | 1011001 | 1000010 | 11001011 | 111000 | 1000011 | 0 | 10100 | 11111010 | 111001 | 110101 |
Color Harmonies of #5942CB
Complementary color
Monochromatic Colors of #5942CB
Black with #5942CB
Text Example
Text Example
White with #5942CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5942CB; }
p { color: rgb(89,66,203); }
H1.HeaderClassName
{
color: #5942CB;
}
.AnyTagClassName
{
color: #5942CB;
}
</style>
background-color css
<style>
a { background-color: #5942CB; }
a { background-color: rgb(89,66,203); }
div.DivClassName
{
background-color: #5942CB;
}
.BgClassName
{
background-color: #5942CB;
}
</style>
border-color css
<style>
span { border-color: #5942CB; }
span { border-color: rgb(89,66,203); }
td.TdClassName
{
border-color: #5942CB;
}
.TagClassName
{
border-color: #5942CB;
}
</style>