Shades of Slate Blue #575ACD
Tints of Slate Blue #575ACD
RGB
CMYK
RGB Variations
Color information
#575ACD (or 0x575ACD) is known color: Slate Blue. HEX triplet: 57, 5A and CD. RGB value is (87,90,205). Sum of RGB (Red+Green+Blue) = 87+90+205=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #575ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ACD is #A8A532. Grayscale: #656565. Windows color (decimal): -11052339 or 13458007. OLE color: 13458007.
HSL color Cylindrical-coordinate representation of color #575ACD: hue angle of 238.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575ACD is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 90 | 205 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.20 |
| HSL | 238.47º | 0.54% | 0.57% | - |
| HSV(B) | 238.47º | 0.58% | 0.8% | - |
| XYZ | 18.61 | 13.75 | 59.43 | - |
| YUV | 102.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 205 | 0.58 | 0.56 | 0 | 0.20 | 238.47 | 0.54 | 0.57 |
| Hex | 57 | 5A | CD | 3A | 38 | 0 | 14 | EE | 36 | 39 |
| Octal | 127 | 132 | 315 | 72 | 70 | 0 | 24 | 356 | 66 | 71 |
| Binary | 1010111 | 1011010 | 11001101 | 111010 | 111000 | 0 | 10100 | 11101110 | 110110 | 111001 |
Color Harmonies of #575ACD
Complementary color
Monochromatic Colors of #575ACD
Black with #575ACD
Text Example
Text Example
White with #575ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575ACD; }
p { color: rgb(87,90,205); }
H1.HeaderClassName
{
color: #575ACD;
}
.AnyTagClassName
{
color: #575ACD;
}
</style>
background-color css
<style>
a { background-color: #575ACD; }
a { background-color: rgb(87,90,205); }
div.DivClassName
{
background-color: #575ACD;
}
.BgClassName
{
background-color: #575ACD;
}
</style>
border-color css
<style>
span { border-color: #575ACD; }
span { border-color: rgb(87,90,205); }
td.TdClassName
{
border-color: #575ACD;
}
.TagClassName
{
border-color: #575ACD;
}
</style>