Shades of Slate Blue #5A57CF
Tints of Slate Blue #5A57CF
RGB
CMYK
RGB Variations
Color information
#5A57CF (or 0x5A57CF) is known color: Slate Blue. HEX triplet: 5A, 57 and CF. RGB value is (90,87,207). Sum of RGB (Red+Green+Blue) = 90+87+207=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A57CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A57CF is #A5A830. Grayscale: #656565. Windows color (decimal): -10856497 or 13588314. OLE color: 13588314.
HSL color Cylindrical-coordinate representation of color #5A57CF: hue angle of 241.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A57CF is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 87 | 207 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.19 |
| HSL | 241.5º | 0.56% | 0.58% | - |
| HSV(B) | 241.5º | 0.58% | 0.81% | - |
| XYZ | 18.89 | 13.5 | 60.64 | - |
| YUV | 101.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 207 | 0.57 | 0.58 | 0 | 0.19 | 241.5 | 0.56 | 0.58 |
| Hex | 5A | 57 | CF | 39 | 3A | 0 | 13 | F2 | 38 | 3A |
| Octal | 132 | 127 | 317 | 71 | 72 | 0 | 23 | 362 | 70 | 72 |
| Binary | 1011010 | 1010111 | 11001111 | 111001 | 111010 | 0 | 10011 | 11110010 | 111000 | 111010 |
Color Harmonies of #5A57CF
Complementary color
Monochromatic Colors of #5A57CF
Black with #5A57CF
Text Example
Text Example
White with #5A57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A57CF; }
p { color: rgb(90,87,207); }
H1.HeaderClassName
{
color: #5A57CF;
}
.AnyTagClassName
{
color: #5A57CF;
}
</style>
background-color css
<style>
a { background-color: #5A57CF; }
a { background-color: rgb(90,87,207); }
div.DivClassName
{
background-color: #5A57CF;
}
.BgClassName
{
background-color: #5A57CF;
}
</style>
border-color css
<style>
span { border-color: #5A57CF; }
span { border-color: rgb(90,87,207); }
td.TdClassName
{
border-color: #5A57CF;
}
.TagClassName
{
border-color: #5A57CF;
}
</style>