Shades of Slate Blue #5759DA
Tints of Slate Blue #5759DA
RGB
CMYK
RGB Variations
Color information
#5759DA (or 0x5759DA) is known color: Slate Blue. HEX triplet: 57, 59 and DA. RGB value is (87,89,218). Sum of RGB (Red+Green+Blue) = 87+89+218=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #5759DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5759DA is #A8A625. Grayscale: #666666. Windows color (decimal): -11052582 or 14309719. OLE color: 14309719.
HSL color Cylindrical-coordinate representation of color #5759DA: hue angle of 239.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5759DA is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 89 | 218 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.15 |
| HSL | 239.08º | 0.64% | 0.6% | - |
| HSV(B) | 239.08º | 0.6% | 0.85% | - |
| XYZ | 20.16 | 14.23 | 68.01 | - |
| YUV | 103.11 | 192.84 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 218 | 0.60 | 0.59 | 0 | 0.15 | 239.08 | 0.64 | 0.6 |
| Hex | 57 | 59 | DA | 3C | 3B | 0 | F | EF | 40 | 3C |
| Octal | 127 | 131 | 332 | 74 | 73 | 0 | 17 | 357 | 100 | 74 |
| Binary | 1010111 | 1011001 | 11011010 | 111100 | 111011 | 0 | 1111 | 11101111 | 1000000 | 111100 |
Color Harmonies of #5759DA
Complementary color
Monochromatic Colors of #5759DA
Black with #5759DA
Text Example
Text Example
White with #5759DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5759DA; }
p { color: rgb(87,89,218); }
H1.HeaderClassName
{
color: #5759DA;
}
.AnyTagClassName
{
color: #5759DA;
}
</style>
background-color css
<style>
a { background-color: #5759DA; }
a { background-color: rgb(87,89,218); }
div.DivClassName
{
background-color: #5759DA;
}
.BgClassName
{
background-color: #5759DA;
}
</style>
border-color css
<style>
span { border-color: #5759DA; }
span { border-color: rgb(87,89,218); }
td.TdClassName
{
border-color: #5759DA;
}
.TagClassName
{
border-color: #5759DA;
}
</style>