Shades of Slate Blue #575CCF
Tints of Slate Blue #575CCF
RGB
CMYK
RGB Variations
Color information
#575CCF (or 0x575CCF) is known color: Slate Blue. HEX triplet: 57, 5C and CF. RGB value is (87,92,207). Sum of RGB (Red+Green+Blue) = 87+92+207=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #575CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CCF is #A8A330. Grayscale: #676767. Windows color (decimal): -11051825 or 13589591. OLE color: 13589591.
HSL color Cylindrical-coordinate representation of color #575CCF: hue angle of 237.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575CCF is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 92 | 207 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.19 |
| HSL | 237.5º | 0.56% | 0.58% | - |
| HSV(B) | 237.5º | 0.58% | 0.81% | - |
| XYZ | 19.02 | 14.19 | 60.77 | - |
| YUV | 103.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 207 | 0.58 | 0.56 | 0 | 0.19 | 237.5 | 0.56 | 0.58 |
| Hex | 57 | 5C | CF | 3A | 38 | 0 | 13 | EE | 38 | 3A |
| Octal | 127 | 134 | 317 | 72 | 70 | 0 | 23 | 356 | 70 | 72 |
| Binary | 1010111 | 1011100 | 11001111 | 111010 | 111000 | 0 | 10011 | 11101110 | 111000 | 111010 |
Color Harmonies of #575CCF
Complementary color
Monochromatic Colors of #575CCF
Black with #575CCF
Text Example
Text Example
White with #575CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CCF; }
p { color: rgb(87,92,207); }
H1.HeaderClassName
{
color: #575CCF;
}
.AnyTagClassName
{
color: #575CCF;
}
</style>
background-color css
<style>
a { background-color: #575CCF; }
a { background-color: rgb(87,92,207); }
div.DivClassName
{
background-color: #575CCF;
}
.BgClassName
{
background-color: #575CCF;
}
</style>
border-color css
<style>
span { border-color: #575CCF; }
span { border-color: rgb(87,92,207); }
td.TdClassName
{
border-color: #575CCF;
}
.TagClassName
{
border-color: #575CCF;
}
</style>