Shades of Slate Blue #575DCB
Tints of Slate Blue #575DCB
RGB
CMYK
RGB Variations
Color information
#575DCB (or 0x575DCB) is known color: Slate Blue. HEX triplet: 57, 5D and CB. RGB value is (87,93,203). Sum of RGB (Red+Green+Blue) = 87+93+203=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #575DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DCB is #A8A234. Grayscale: #676767. Windows color (decimal): -11051573 or 13327703. OLE color: 13327703.
HSL color Cylindrical-coordinate representation of color #575DCB: hue angle of 236.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575DCB is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 93 | 203 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.20 |
| HSL | 236.9º | 0.53% | 0.57% | - |
| HSV(B) | 236.9º | 0.57% | 0.8% | - |
| XYZ | 18.62 | 14.17 | 58.25 | - |
| YUV | 103.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 203 | 0.57 | 0.54 | 0 | 0.20 | 236.9 | 0.53 | 0.57 |
| Hex | 57 | 5D | CB | 39 | 36 | 0 | 14 | ED | 35 | 39 |
| Octal | 127 | 135 | 313 | 71 | 66 | 0 | 24 | 355 | 65 | 71 |
| Binary | 1010111 | 1011101 | 11001011 | 111001 | 110110 | 0 | 10100 | 11101101 | 110101 | 111001 |
Color Harmonies of #575DCB
Complementary color
Monochromatic Colors of #575DCB
Black with #575DCB
Text Example
Text Example
White with #575DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DCB; }
p { color: rgb(87,93,203); }
H1.HeaderClassName
{
color: #575DCB;
}
.AnyTagClassName
{
color: #575DCB;
}
</style>
background-color css
<style>
a { background-color: #575DCB; }
a { background-color: rgb(87,93,203); }
div.DivClassName
{
background-color: #575DCB;
}
.BgClassName
{
background-color: #575DCB;
}
</style>
border-color css
<style>
span { border-color: #575DCB; }
span { border-color: rgb(87,93,203); }
td.TdClassName
{
border-color: #575DCB;
}
.TagClassName
{
border-color: #575DCB;
}
</style>