Shades of Slate Blue #5F4AC2
Tints of Slate Blue #5F4AC2
RGB
CMYK
RGB Variations
Color information
#5F4AC2 (or 0x5F4AC2) is known color: Slate Blue. HEX triplet: 5F, 4A and C2. RGB value is (95,74,194). Sum of RGB (Red+Green+Blue) = 95+74+194=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #5F4AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4AC2 is #A0B53D. Grayscale: #5D5D5D. Windows color (decimal): -10532158 or 12733023. OLE color: 12733023.
HSL color Cylindrical-coordinate representation of color #5F4AC2: hue angle of 250.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F4AC2 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 74 | 194 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.24 |
| HSL | 250.5º | 0.5% | 0.53% | - |
| HSV(B) | 250.5º | 0.62% | 0.76% | - |
| XYZ | 16.91 | 11.23 | 52.31 | - |
| YUV | 93.96 | 184.46 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 74 | 194 | 0.51 | 0.62 | 0 | 0.24 | 250.5 | 0.5 | 0.53 |
| Hex | 5F | 4A | C2 | 33 | 3E | 0 | 18 | FB | 32 | 35 |
| Octal | 137 | 112 | 302 | 63 | 76 | 0 | 30 | 373 | 62 | 65 |
| Binary | 1011111 | 1001010 | 11000010 | 110011 | 111110 | 0 | 11000 | 11111011 | 110010 | 110101 |
Color Harmonies of #5F4AC2
Complementary color
Monochromatic Colors of #5F4AC2
Black with #5F4AC2
Text Example
Text Example
White with #5F4AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4AC2; }
p { color: rgb(95,74,194); }
H1.HeaderClassName
{
color: #5F4AC2;
}
.AnyTagClassName
{
color: #5F4AC2;
}
</style>
background-color css
<style>
a { background-color: #5F4AC2; }
a { background-color: rgb(95,74,194); }
div.DivClassName
{
background-color: #5F4AC2;
}
.BgClassName
{
background-color: #5F4AC2;
}
</style>
border-color css
<style>
span { border-color: #5F4AC2; }
span { border-color: rgb(95,74,194); }
td.TdClassName
{
border-color: #5F4AC2;
}
.TagClassName
{
border-color: #5F4AC2;
}
</style>