Shades of Slate Blue #5F49CA
Tints of Slate Blue #5F49CA
RGB
CMYK
RGB Variations
Color information
#5F49CA (or 0x5F49CA) is known color: Slate Blue. HEX triplet: 5F, 49 and CA. RGB value is (95,73,202). Sum of RGB (Red+Green+Blue) = 95+73+202=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F49CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F49CA is #A0B635. Grayscale: #5D5D5D. Windows color (decimal): -10532406 or 13257055. OLE color: 13257055.
HSL color Cylindrical-coordinate representation of color #5F49CA: hue angle of 250.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F49CA is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 73 | 202 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.21 |
| HSL | 250.23º | 0.55% | 0.54% | - |
| HSV(B) | 250.23º | 0.64% | 0.79% | - |
| XYZ | 17.76 | 11.46 | 57.15 | - |
| YUV | 94.28 | 188.79 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 202 | 0.53 | 0.64 | 0 | 0.21 | 250.23 | 0.55 | 0.54 |
| Hex | 5F | 49 | CA | 35 | 40 | 0 | 15 | FA | 37 | 36 |
| Octal | 137 | 111 | 312 | 65 | 100 | 0 | 25 | 372 | 67 | 66 |
| Binary | 1011111 | 1001001 | 11001010 | 110101 | 1000000 | 0 | 10101 | 11111010 | 110111 | 110110 |
Color Harmonies of #5F49CA
Complementary color
Monochromatic Colors of #5F49CA
Black with #5F49CA
Text Example
Text Example
White with #5F49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F49CA; }
p { color: rgb(95,73,202); }
H1.HeaderClassName
{
color: #5F49CA;
}
.AnyTagClassName
{
color: #5F49CA;
}
</style>
background-color css
<style>
a { background-color: #5F49CA; }
a { background-color: rgb(95,73,202); }
div.DivClassName
{
background-color: #5F49CA;
}
.BgClassName
{
background-color: #5F49CA;
}
</style>
border-color css
<style>
span { border-color: #5F49CA; }
span { border-color: rgb(95,73,202); }
td.TdClassName
{
border-color: #5F49CA;
}
.TagClassName
{
border-color: #5F49CA;
}
</style>