Shades of Slate Blue #5B61CA
Tints of Slate Blue #5B61CA
RGB
CMYK
RGB Variations
Color information
#5B61CA (or 0x5B61CA) is known color: Slate Blue. HEX triplet: 5B, 61 and CA. RGB value is (91,97,202). Sum of RGB (Red+Green+Blue) = 91+97+202=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B61CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B61CA is #A49E35. Grayscale: #6A6A6A. Windows color (decimal): -10788406 or 13263195. OLE color: 13263195.
HSL color Cylindrical-coordinate representation of color #5B61CA: hue angle of 236.76º 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 #5B61CA is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 97 | 202 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.21 |
| HSL | 236.76º | 0.51% | 0.57% | - |
| HSV(B) | 236.76º | 0.55% | 0.79% | - |
| XYZ | 19.25 | 15.04 | 57.77 | - |
| YUV | 107.18 | 181.51 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 202 | 0.55 | 0.52 | 0 | 0.21 | 236.76 | 0.51 | 0.57 |
| Hex | 5B | 61 | CA | 37 | 34 | 0 | 15 | ED | 33 | 39 |
| Octal | 133 | 141 | 312 | 67 | 64 | 0 | 25 | 355 | 63 | 71 |
| Binary | 1011011 | 1100001 | 11001010 | 110111 | 110100 | 0 | 10101 | 11101101 | 110011 | 111001 |
Color Harmonies of #5B61CA
Complementary color
Monochromatic Colors of #5B61CA
Black with #5B61CA
Text Example
Text Example
White with #5B61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B61CA; }
p { color: rgb(91,97,202); }
H1.HeaderClassName
{
color: #5B61CA;
}
.AnyTagClassName
{
color: #5B61CA;
}
</style>
background-color css
<style>
a { background-color: #5B61CA; }
a { background-color: rgb(91,97,202); }
div.DivClassName
{
background-color: #5B61CA;
}
.BgClassName
{
background-color: #5B61CA;
}
</style>
border-color css
<style>
span { border-color: #5B61CA; }
span { border-color: rgb(91,97,202); }
td.TdClassName
{
border-color: #5B61CA;
}
.TagClassName
{
border-color: #5B61CA;
}
</style>