Shades of Slate Blue #5B55CA
Tints of Slate Blue #5B55CA
RGB
CMYK
RGB Variations
Color information
#5B55CA (or 0x5B55CA) is known color: Slate Blue. HEX triplet: 5B, 55 and CA. RGB value is (91,85,202). Sum of RGB (Red+Green+Blue) = 91+85+202=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B55CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B55CA is #A4AA35. Grayscale: #636363. Windows color (decimal): -10791478 or 13260123. OLE color: 13260123.
HSL color Cylindrical-coordinate representation of color #5B55CA: hue angle of 243.08º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B55CA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 85 | 202 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.21 |
| HSL | 243.08º | 0.52% | 0.56% | - |
| HSV(B) | 243.08º | 0.58% | 0.79% | - |
| XYZ | 18.22 | 12.99 | 57.42 | - |
| YUV | 100.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 202 | 0.55 | 0.58 | 0 | 0.21 | 243.08 | 0.52 | 0.56 |
| Hex | 5B | 55 | CA | 37 | 3A | 0 | 15 | F3 | 34 | 38 |
| Octal | 133 | 125 | 312 | 67 | 72 | 0 | 25 | 363 | 64 | 70 |
| Binary | 1011011 | 1010101 | 11001010 | 110111 | 111010 | 0 | 10101 | 11110011 | 110100 | 111000 |
Color Harmonies of #5B55CA
Complementary color
Monochromatic Colors of #5B55CA
Black with #5B55CA
Text Example
Text Example
White with #5B55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B55CA; }
p { color: rgb(91,85,202); }
H1.HeaderClassName
{
color: #5B55CA;
}
.AnyTagClassName
{
color: #5B55CA;
}
</style>
background-color css
<style>
a { background-color: #5B55CA; }
a { background-color: rgb(91,85,202); }
div.DivClassName
{
background-color: #5B55CA;
}
.BgClassName
{
background-color: #5B55CA;
}
</style>
border-color css
<style>
span { border-color: #5B55CA; }
span { border-color: rgb(91,85,202); }
td.TdClassName
{
border-color: #5B55CA;
}
.TagClassName
{
border-color: #5B55CA;
}
</style>