Shades of Slate Blue #5F5ADA
Tints of Slate Blue #5F5ADA
RGB
CMYK
RGB Variations
Color information
#5F5ADA (or 0x5F5ADA) is known color: Slate Blue. HEX triplet: 5F, 5A and DA. RGB value is (95,90,218). Sum of RGB (Red+Green+Blue) = 95+90+218=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F5ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ADA is #A0A525. Grayscale: #696969. Windows color (decimal): -10528038 or 14309983. OLE color: 14309983.
HSL color Cylindrical-coordinate representation of color #5F5ADA: hue angle of 242.34º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F5ADA is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 90 | 218 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.15 |
| HSL | 242.34º | 0.63% | 0.6% | - |
| HSV(B) | 242.34º | 0.59% | 0.85% | - |
| XYZ | 21.03 | 14.81 | 68.08 | - |
| YUV | 106.09 | 191.16 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 218 | 0.56 | 0.59 | 0 | 0.15 | 242.34 | 0.63 | 0.6 |
| Hex | 5F | 5A | DA | 38 | 3B | 0 | F | F2 | 3F | 3C |
| Octal | 137 | 132 | 332 | 70 | 73 | 0 | 17 | 362 | 77 | 74 |
| Binary | 1011111 | 1011010 | 11011010 | 111000 | 111011 | 0 | 1111 | 11110010 | 111111 | 111100 |
Color Harmonies of #5F5ADA
Complementary color
Monochromatic Colors of #5F5ADA
Black with #5F5ADA
Text Example
Text Example
White with #5F5ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5ADA; }
p { color: rgb(95,90,218); }
H1.HeaderClassName
{
color: #5F5ADA;
}
.AnyTagClassName
{
color: #5F5ADA;
}
</style>
background-color css
<style>
a { background-color: #5F5ADA; }
a { background-color: rgb(95,90,218); }
div.DivClassName
{
background-color: #5F5ADA;
}
.BgClassName
{
background-color: #5F5ADA;
}
</style>
border-color css
<style>
span { border-color: #5F5ADA; }
span { border-color: rgb(95,90,218); }
td.TdClassName
{
border-color: #5F5ADA;
}
.TagClassName
{
border-color: #5F5ADA;
}
</style>