Shades of Slate Blue #5750DB
Tints of Slate Blue #5750DB
RGB
CMYK
RGB Variations
Color information
#5750DB (or 0x5750DB) is known color: Slate Blue. HEX triplet: 57, 50 and DB. RGB value is (87,80,219). Sum of RGB (Red+Green+Blue) = 87+80+219=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #5750DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750DB is #A8AF24. Grayscale: #616161. Windows color (decimal): -11054885 or 14372951. OLE color: 14372951.
HSL color Cylindrical-coordinate representation of color #5750DB: hue angle of 243.02º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5750DB is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 80 | 219 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.14 |
| HSL | 243.02º | 0.66% | 0.59% | - |
| HSV(B) | 243.02º | 0.63% | 0.86% | - |
| XYZ | 19.59 | 12.88 | 68.47 | - |
| YUV | 97.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 219 | 0.60 | 0.63 | 0 | 0.14 | 243.02 | 0.66 | 0.59 |
| Hex | 57 | 50 | DB | 3C | 3F | 0 | E | F3 | 42 | 3B |
| Octal | 127 | 120 | 333 | 74 | 77 | 0 | 16 | 363 | 102 | 73 |
| Binary | 1010111 | 1010000 | 11011011 | 111100 | 111111 | 0 | 1110 | 11110011 | 1000010 | 111011 |
Color Harmonies of #5750DB
Complementary color
Monochromatic Colors of #5750DB
Black with #5750DB
Text Example
Text Example
White with #5750DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5750DB; }
p { color: rgb(87,80,219); }
H1.HeaderClassName
{
color: #5750DB;
}
.AnyTagClassName
{
color: #5750DB;
}
</style>
background-color css
<style>
a { background-color: #5750DB; }
a { background-color: rgb(87,80,219); }
div.DivClassName
{
background-color: #5750DB;
}
.BgClassName
{
background-color: #5750DB;
}
</style>
border-color css
<style>
span { border-color: #5750DB; }
span { border-color: rgb(87,80,219); }
td.TdClassName
{
border-color: #5750DB;
}
.TagClassName
{
border-color: #5750DB;
}
</style>