Shades of Slate Blue #5A41CF
Tints of Slate Blue #5A41CF
RGB
CMYK
RGB Variations
Color information
#5A41CF (or 0x5A41CF) is known color: Slate Blue. HEX triplet: 5A, 41 and CF. RGB value is (90,65,207). Sum of RGB (Red+Green+Blue) = 90+65+207=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A41CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A41CF is #A5BE30. Grayscale: #585858. Windows color (decimal): -10862129 or 13582682. OLE color: 13582682.
HSL color Cylindrical-coordinate representation of color #5A41CF: hue angle of 250.56º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A41CF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 65 | 207 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.19 |
| HSL | 250.56º | 0.6% | 0.53% | - |
| HSV(B) | 250.56º | 0.69% | 0.81% | - |
| XYZ | 17.37 | 10.46 | 60.13 | - |
| YUV | 88.66 | 194.78 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 207 | 0.57 | 0.69 | 0 | 0.19 | 250.56 | 0.6 | 0.53 |
| Hex | 5A | 41 | CF | 39 | 45 | 0 | 13 | FB | 3C | 35 |
| Octal | 132 | 101 | 317 | 71 | 105 | 0 | 23 | 373 | 74 | 65 |
| Binary | 1011010 | 1000001 | 11001111 | 111001 | 1000101 | 0 | 10011 | 11111011 | 111100 | 110101 |
Color Harmonies of #5A41CF
Complementary color
Monochromatic Colors of #5A41CF
Black with #5A41CF
Text Example
Text Example
White with #5A41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A41CF; }
p { color: rgb(90,65,207); }
H1.HeaderClassName
{
color: #5A41CF;
}
.AnyTagClassName
{
color: #5A41CF;
}
</style>
background-color css
<style>
a { background-color: #5A41CF; }
a { background-color: rgb(90,65,207); }
div.DivClassName
{
background-color: #5A41CF;
}
.BgClassName
{
background-color: #5A41CF;
}
</style>
border-color css
<style>
span { border-color: #5A41CF; }
span { border-color: rgb(90,65,207); }
td.TdClassName
{
border-color: #5A41CF;
}
.TagClassName
{
border-color: #5A41CF;
}
</style>