Shades of Slate Blue #5F5ADF
Tints of Slate Blue #5F5ADF
RGB
CMYK
RGB Variations
Color information
#5F5ADF (or 0x5F5ADF) is known color: Slate Blue. HEX triplet: 5F, 5A and DF. RGB value is (95,90,223). Sum of RGB (Red+Green+Blue) = 95+90+223=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F5ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ADF is #A0A520. Grayscale: #6A6A6A. Windows color (decimal): -10528033 or 14637663. OLE color: 14637663.
HSL color Cylindrical-coordinate representation of color #5F5ADF: hue angle of 242.26º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F5ADF is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 90 | 223 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.13 |
| HSL | 242.26º | 0.68% | 0.61% | - |
| HSV(B) | 242.26º | 0.6% | 0.87% | - |
| XYZ | 21.69 | 15.07 | 71.58 | - |
| YUV | 106.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 223 | 0.57 | 0.60 | 0 | 0.13 | 242.26 | 0.68 | 0.61 |
| Hex | 5F | 5A | DF | 39 | 3C | 0 | D | F2 | 44 | 3D |
| Octal | 137 | 132 | 337 | 71 | 74 | 0 | 15 | 362 | 104 | 75 |
| Binary | 1011111 | 1011010 | 11011111 | 111001 | 111100 | 0 | 1101 | 11110010 | 1000100 | 111101 |
Color Harmonies of #5F5ADF
Complementary color
Monochromatic Colors of #5F5ADF
Black with #5F5ADF
Text Example
Text Example
White with #5F5ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5ADF; }
p { color: rgb(95,90,223); }
H1.HeaderClassName
{
color: #5F5ADF;
}
.AnyTagClassName
{
color: #5F5ADF;
}
</style>
background-color css
<style>
a { background-color: #5F5ADF; }
a { background-color: rgb(95,90,223); }
div.DivClassName
{
background-color: #5F5ADF;
}
.BgClassName
{
background-color: #5F5ADF;
}
</style>
border-color css
<style>
span { border-color: #5F5ADF; }
span { border-color: rgb(95,90,223); }
td.TdClassName
{
border-color: #5F5ADF;
}
.TagClassName
{
border-color: #5F5ADF;
}
</style>