Shades of Slate Blue #575BCB
Tints of Slate Blue #575BCB
RGB
CMYK
RGB Variations
Color information
#575BCB (or 0x575BCB) is known color: Slate Blue. HEX triplet: 57, 5B and CB. RGB value is (87,91,203). Sum of RGB (Red+Green+Blue) = 87+91+203=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #575BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BCB is #A8A434. Grayscale: #666666. Windows color (decimal): -11052085 or 13327191. OLE color: 13327191.
HSL color Cylindrical-coordinate representation of color #575BCB: hue angle of 237.93º 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 #575BCB is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 91 | 203 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.20 |
| HSL | 237.93º | 0.53% | 0.57% | - |
| HSV(B) | 237.93º | 0.57% | 0.8% | - |
| XYZ | 18.45 | 13.82 | 58.2 | - |
| YUV | 102.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 203 | 0.57 | 0.55 | 0 | 0.20 | 237.93 | 0.53 | 0.57 |
| Hex | 57 | 5B | CB | 39 | 37 | 0 | 14 | EE | 35 | 39 |
| Octal | 127 | 133 | 313 | 71 | 67 | 0 | 24 | 356 | 65 | 71 |
| Binary | 1010111 | 1011011 | 11001011 | 111001 | 110111 | 0 | 10100 | 11101110 | 110101 | 111001 |
Color Harmonies of #575BCB
Complementary color
Monochromatic Colors of #575BCB
Black with #575BCB
Text Example
Text Example
White with #575BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BCB; }
p { color: rgb(87,91,203); }
H1.HeaderClassName
{
color: #575BCB;
}
.AnyTagClassName
{
color: #575BCB;
}
</style>
background-color css
<style>
a { background-color: #575BCB; }
a { background-color: rgb(87,91,203); }
div.DivClassName
{
background-color: #575BCB;
}
.BgClassName
{
background-color: #575BCB;
}
</style>
border-color css
<style>
span { border-color: #575BCB; }
span { border-color: rgb(87,91,203); }
td.TdClassName
{
border-color: #575BCB;
}
.TagClassName
{
border-color: #575BCB;
}
</style>