Shades of Slate Blue #575BCF
Tints of Slate Blue #575BCF
RGB
CMYK
RGB Variations
Color information
#575BCF (or 0x575BCF) is known color: Slate Blue. HEX triplet: 57, 5B and CF. RGB value is (87,91,207). Sum of RGB (Red+Green+Blue) = 87+91+207=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #575BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BCF is #A8A430. Grayscale: #666666. Windows color (decimal): -11052081 or 13589335. OLE color: 13589335.
HSL color Cylindrical-coordinate representation of color #575BCF: hue angle of 238º 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 #575BCF is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 91 | 207 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.19 |
| HSL | 238º | 0.56% | 0.58% | - |
| HSV(B) | 238º | 0.58% | 0.81% | - |
| XYZ | 18.93 | 14.01 | 60.74 | - |
| YUV | 103.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 207 | 0.58 | 0.56 | 0 | 0.19 | 238 | 0.56 | 0.58 |
| Hex | 57 | 5B | CF | 3A | 38 | 0 | 13 | EE | 38 | 3A |
| Octal | 127 | 133 | 317 | 72 | 70 | 0 | 23 | 356 | 70 | 72 |
| Binary | 1010111 | 1011011 | 11001111 | 111010 | 111000 | 0 | 10011 | 11101110 | 111000 | 111010 |
Color Harmonies of #575BCF
Complementary color
Monochromatic Colors of #575BCF
Black with #575BCF
Text Example
Text Example
White with #575BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BCF; }
p { color: rgb(87,91,207); }
H1.HeaderClassName
{
color: #575BCF;
}
.AnyTagClassName
{
color: #575BCF;
}
</style>
background-color css
<style>
a { background-color: #575BCF; }
a { background-color: rgb(87,91,207); }
div.DivClassName
{
background-color: #575BCF;
}
.BgClassName
{
background-color: #575BCF;
}
</style>
border-color css
<style>
span { border-color: #575BCF; }
span { border-color: rgb(87,91,207); }
td.TdClassName
{
border-color: #575BCF;
}
.TagClassName
{
border-color: #575BCF;
}
</style>