Shades of Slate Blue #5F51CA
Tints of Slate Blue #5F51CA
RGB
CMYK
RGB Variations
Color information
#5F51CA (or 0x5F51CA) is known color: Slate Blue. HEX triplet: 5F, 51 and CA. RGB value is (95,81,202). Sum of RGB (Red+Green+Blue) = 95+81+202=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 81 (32.03% from 255 or 21.43% 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 #5F51CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F51CA is #A0AE35. Grayscale: #626262. Windows color (decimal): -10530358 or 13259103. OLE color: 13259103.
HSL color Cylindrical-coordinate representation of color #5F51CA: hue angle of 246.94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F51CA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 81 | 202 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.21 |
| HSL | 246.94º | 0.53% | 0.55% | - |
| HSV(B) | 246.94º | 0.6% | 0.79% | - |
| XYZ | 18.32 | 12.58 | 57.34 | - |
| YUV | 98.98 | 186.14 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 202 | 0.53 | 0.60 | 0 | 0.21 | 246.94 | 0.53 | 0.55 |
| Hex | 5F | 51 | CA | 35 | 3C | 0 | 15 | F7 | 35 | 37 |
| Octal | 137 | 121 | 312 | 65 | 74 | 0 | 25 | 367 | 65 | 67 |
| Binary | 1011111 | 1010001 | 11001010 | 110101 | 111100 | 0 | 10101 | 11110111 | 110101 | 110111 |
Color Harmonies of #5F51CA
Complementary color
Monochromatic Colors of #5F51CA
Black with #5F51CA
Text Example
Text Example
White with #5F51CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F51CA; }
p { color: rgb(95,81,202); }
H1.HeaderClassName
{
color: #5F51CA;
}
.AnyTagClassName
{
color: #5F51CA;
}
</style>
background-color css
<style>
a { background-color: #5F51CA; }
a { background-color: rgb(95,81,202); }
div.DivClassName
{
background-color: #5F51CA;
}
.BgClassName
{
background-color: #5F51CA;
}
</style>
border-color css
<style>
span { border-color: #5F51CA; }
span { border-color: rgb(95,81,202); }
td.TdClassName
{
border-color: #5F51CA;
}
.TagClassName
{
border-color: #5F51CA;
}
</style>