Shades of Slate Blue #575CC9
Tints of Slate Blue #575CC9
RGB
CMYK
RGB Variations
Color information
#575CC9 (or 0x575CC9) is known color: Slate Blue. HEX triplet: 57, 5C and C9. RGB value is (87,92,201). Sum of RGB (Red+Green+Blue) = 87+92+201=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #575CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CC9 is #A8A336. Grayscale: #666666. Windows color (decimal): -11051831 or 13196375. OLE color: 13196375.
HSL color Cylindrical-coordinate representation of color #575CC9: hue angle of 237.37º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575CC9 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 92 | 201 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.21 |
| HSL | 237.37º | 0.51% | 0.56% | - |
| HSV(B) | 237.37º | 0.57% | 0.79% | - |
| XYZ | 18.3 | 13.9 | 56.98 | - |
| YUV | 102.93 | 183.34 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 201 | 0.57 | 0.54 | 0 | 0.21 | 237.37 | 0.51 | 0.56 |
| Hex | 57 | 5C | C9 | 39 | 36 | 0 | 15 | ED | 33 | 38 |
| Octal | 127 | 134 | 311 | 71 | 66 | 0 | 25 | 355 | 63 | 70 |
| Binary | 1010111 | 1011100 | 11001001 | 111001 | 110110 | 0 | 10101 | 11101101 | 110011 | 111000 |
Color Harmonies of #575CC9
Complementary color
Monochromatic Colors of #575CC9
Black with #575CC9
Text Example
Text Example
White with #575CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CC9; }
p { color: rgb(87,92,201); }
H1.HeaderClassName
{
color: #575CC9;
}
.AnyTagClassName
{
color: #575CC9;
}
</style>
background-color css
<style>
a { background-color: #575CC9; }
a { background-color: rgb(87,92,201); }
div.DivClassName
{
background-color: #575CC9;
}
.BgClassName
{
background-color: #575CC9;
}
</style>
border-color css
<style>
span { border-color: #575CC9; }
span { border-color: rgb(87,92,201); }
td.TdClassName
{
border-color: #575CC9;
}
.TagClassName
{
border-color: #575CC9;
}
</style>