Shades of Slate Blue #575ADD
Tints of Slate Blue #575ADD
RGB
CMYK
RGB Variations
Color information
#575ADD (or 0x575ADD) is known color: Slate Blue. HEX triplet: 57, 5A and DD. RGB value is (87,90,221). Sum of RGB (Red+Green+Blue) = 87+90+221=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #575ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ADD is #A8A522. Grayscale: #676767. Windows color (decimal): -11052323 or 14506583. OLE color: 14506583.
HSL color Cylindrical-coordinate representation of color #575ADD: hue angle of 238.66º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575ADD is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 90 | 221 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.13 |
| HSL | 238.66º | 0.66% | 0.6% | - |
| HSV(B) | 238.66º | 0.61% | 0.87% | - |
| XYZ | 20.64 | 14.56 | 70.13 | - |
| YUV | 104.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 221 | 0.61 | 0.59 | 0 | 0.13 | 238.66 | 0.66 | 0.6 |
| Hex | 57 | 5A | DD | 3D | 3B | 0 | D | EF | 42 | 3C |
| Octal | 127 | 132 | 335 | 75 | 73 | 0 | 15 | 357 | 102 | 74 |
| Binary | 1010111 | 1011010 | 11011101 | 111101 | 111011 | 0 | 1101 | 11101111 | 1000010 | 111100 |
Color Harmonies of #575ADD
Complementary color
Monochromatic Colors of #575ADD
Black with #575ADD
Text Example
Text Example
White with #575ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575ADD; }
p { color: rgb(87,90,221); }
H1.HeaderClassName
{
color: #575ADD;
}
.AnyTagClassName
{
color: #575ADD;
}
</style>
background-color css
<style>
a { background-color: #575ADD; }
a { background-color: rgb(87,90,221); }
div.DivClassName
{
background-color: #575ADD;
}
.BgClassName
{
background-color: #575ADD;
}
</style>
border-color css
<style>
span { border-color: #575ADD; }
span { border-color: rgb(87,90,221); }
td.TdClassName
{
border-color: #575ADD;
}
.TagClassName
{
border-color: #575ADD;
}
</style>