Shades of Slate Blue #5D5BCA
Tints of Slate Blue #5D5BCA
RGB
CMYK
RGB Variations
Color information
#5D5BCA (or 0x5D5BCA) is known color: Slate Blue. HEX triplet: 5D, 5B and CA. RGB value is (93,91,202). Sum of RGB (Red+Green+Blue) = 93+91+202=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D5BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5BCA is #A2A435. Grayscale: #676767. Windows color (decimal): -10658870 or 13261661. OLE color: 13261661.
HSL color Cylindrical-coordinate representation of color #5D5BCA: hue angle of 241.08º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D5BCA is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 91 | 202 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.21 |
| HSL | 241.08º | 0.51% | 0.57% | - |
| HSV(B) | 241.08º | 0.55% | 0.79% | - |
| XYZ | 18.92 | 14.07 | 57.6 | - |
| YUV | 104.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 202 | 0.54 | 0.55 | 0 | 0.21 | 241.08 | 0.51 | 0.57 |
| Hex | 5D | 5B | CA | 36 | 37 | 0 | 15 | F1 | 33 | 39 |
| Octal | 135 | 133 | 312 | 66 | 67 | 0 | 25 | 361 | 63 | 71 |
| Binary | 1011101 | 1011011 | 11001010 | 110110 | 110111 | 0 | 10101 | 11110001 | 110011 | 111001 |
Color Harmonies of #5D5BCA
Complementary color
Monochromatic Colors of #5D5BCA
Black with #5D5BCA
Text Example
Text Example
White with #5D5BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5BCA; }
p { color: rgb(93,91,202); }
H1.HeaderClassName
{
color: #5D5BCA;
}
.AnyTagClassName
{
color: #5D5BCA;
}
</style>
background-color css
<style>
a { background-color: #5D5BCA; }
a { background-color: rgb(93,91,202); }
div.DivClassName
{
background-color: #5D5BCA;
}
.BgClassName
{
background-color: #5D5BCA;
}
</style>
border-color css
<style>
span { border-color: #5D5BCA; }
span { border-color: rgb(93,91,202); }
td.TdClassName
{
border-color: #5D5BCA;
}
.TagClassName
{
border-color: #5D5BCA;
}
</style>