Shades of Slate Blue #575BCD
Tints of Slate Blue #575BCD
RGB
CMYK
RGB Variations
Color information
#575BCD (or 0x575BCD) is known color: Slate Blue. HEX triplet: 57, 5B and CD. RGB value is (87,91,205). Sum of RGB (Red+Green+Blue) = 87+91+205=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #575BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BCD is #A8A432. Grayscale: #666666. Windows color (decimal): -11052083 or 13458263. OLE color: 13458263.
HSL color Cylindrical-coordinate representation of color #575BCD: hue angle of 237.97º 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 #575BCD is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 91 | 205 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.20 |
| HSL | 237.97º | 0.54% | 0.57% | - |
| HSV(B) | 237.97º | 0.58% | 0.8% | - |
| XYZ | 18.69 | 13.92 | 59.46 | - |
| YUV | 102.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 205 | 0.58 | 0.56 | 0 | 0.20 | 237.97 | 0.54 | 0.57 |
| Hex | 57 | 5B | CD | 3A | 38 | 0 | 14 | EE | 36 | 39 |
| Octal | 127 | 133 | 315 | 72 | 70 | 0 | 24 | 356 | 66 | 71 |
| Binary | 1010111 | 1011011 | 11001101 | 111010 | 111000 | 0 | 10100 | 11101110 | 110110 | 111001 |
Color Harmonies of #575BCD
Complementary color
Monochromatic Colors of #575BCD
Black with #575BCD
Text Example
Text Example
White with #575BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BCD; }
p { color: rgb(87,91,205); }
H1.HeaderClassName
{
color: #575BCD;
}
.AnyTagClassName
{
color: #575BCD;
}
</style>
background-color css
<style>
a { background-color: #575BCD; }
a { background-color: rgb(87,91,205); }
div.DivClassName
{
background-color: #575BCD;
}
.BgClassName
{
background-color: #575BCD;
}
</style>
border-color css
<style>
span { border-color: #575BCD; }
span { border-color: rgb(87,91,205); }
td.TdClassName
{
border-color: #575BCD;
}
.TagClassName
{
border-color: #575BCD;
}
</style>