Shades of Slate Blue #5A5FDF
Tints of Slate Blue #5A5FDF
RGB
CMYK
RGB Variations
Color information
#5A5FDF (or 0x5A5FDF) is known color: Slate Blue. HEX triplet: 5A, 5F and DF. RGB value is (90,95,223). Sum of RGB (Red+Green+Blue) = 90+95+223=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 95 (37.5% from 255 or 23.28% 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 #5A5FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5FDF is #A5A020. Grayscale: #6B6B6B. Windows color (decimal): -10854433 or 14638938. OLE color: 14638938.
HSL color Cylindrical-coordinate representation of color #5A5FDF: hue angle of 237.74º 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 #5A5FDF is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 95 | 223 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.13 |
| HSL | 237.74º | 0.68% | 0.61% | - |
| HSV(B) | 237.74º | 0.6% | 0.87% | - |
| XYZ | 21.63 | 15.69 | 71.7 | - |
| YUV | 108.1 | 192.84 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 223 | 0.60 | 0.57 | 0 | 0.13 | 237.74 | 0.68 | 0.61 |
| Hex | 5A | 5F | DF | 3C | 39 | 0 | D | EE | 44 | 3D |
| Octal | 132 | 137 | 337 | 74 | 71 | 0 | 15 | 356 | 104 | 75 |
| Binary | 1011010 | 1011111 | 11011111 | 111100 | 111001 | 0 | 1101 | 11101110 | 1000100 | 111101 |
Color Harmonies of #5A5FDF
Complementary color
Monochromatic Colors of #5A5FDF
Black with #5A5FDF
Text Example
Text Example
White with #5A5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5FDF; }
p { color: rgb(90,95,223); }
H1.HeaderClassName
{
color: #5A5FDF;
}
.AnyTagClassName
{
color: #5A5FDF;
}
</style>
background-color css
<style>
a { background-color: #5A5FDF; }
a { background-color: rgb(90,95,223); }
div.DivClassName
{
background-color: #5A5FDF;
}
.BgClassName
{
background-color: #5A5FDF;
}
</style>
border-color css
<style>
span { border-color: #5A5FDF; }
span { border-color: rgb(90,95,223); }
td.TdClassName
{
border-color: #5A5FDF;
}
.TagClassName
{
border-color: #5A5FDF;
}
</style>