Shades of Slate Blue #5752DB
Tints of Slate Blue #5752DB
RGB
CMYK
RGB Variations
Color information
#5752DB (or 0x5752DB) is known color: Slate Blue. HEX triplet: 57, 52 and DB. RGB value is (87,82,219). Sum of RGB (Red+Green+Blue) = 87+82+219=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #5752DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752DB is #A8AD24. Grayscale: #626262. Windows color (decimal): -11054373 or 14373463. OLE color: 14373463.
HSL color Cylindrical-coordinate representation of color #5752DB: hue angle of 242.19º 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 #5752DB is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 82 | 219 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.14 |
| HSL | 242.19º | 0.66% | 0.59% | - |
| HSV(B) | 242.19º | 0.63% | 0.86% | - |
| XYZ | 19.73 | 13.18 | 68.52 | - |
| YUV | 99.11 | 195.66 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 219 | 0.60 | 0.63 | 0 | 0.14 | 242.19 | 0.66 | 0.59 |
| Hex | 57 | 52 | DB | 3C | 3F | 0 | E | F2 | 42 | 3B |
| Octal | 127 | 122 | 333 | 74 | 77 | 0 | 16 | 362 | 102 | 73 |
| Binary | 1010111 | 1010010 | 11011011 | 111100 | 111111 | 0 | 1110 | 11110010 | 1000010 | 111011 |
Color Harmonies of #5752DB
Complementary color
Monochromatic Colors of #5752DB
Black with #5752DB
Text Example
Text Example
White with #5752DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752DB; }
p { color: rgb(87,82,219); }
H1.HeaderClassName
{
color: #5752DB;
}
.AnyTagClassName
{
color: #5752DB;
}
</style>
background-color css
<style>
a { background-color: #5752DB; }
a { background-color: rgb(87,82,219); }
div.DivClassName
{
background-color: #5752DB;
}
.BgClassName
{
background-color: #5752DB;
}
</style>
border-color css
<style>
span { border-color: #5752DB; }
span { border-color: rgb(87,82,219); }
td.TdClassName
{
border-color: #5752DB;
}
.TagClassName
{
border-color: #5752DB;
}
</style>