Shades of Slate Blue #575BD4
Tints of Slate Blue #575BD4
RGB
CMYK
RGB Variations
Color information
#575BD4 (or 0x575BD4) is known color: Slate Blue. HEX triplet: 57, 5B and D4. RGB value is (87,91,212). Sum of RGB (Red+Green+Blue) = 87+91+212=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #575BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BD4 is #A8A42B. Grayscale: #676767. Windows color (decimal): -11052076 or 13917015. OLE color: 13917015.
HSL color Cylindrical-coordinate representation of color #575BD4: hue angle of 238.08º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #575BD4 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 91 | 212 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.17 |
| HSL | 238.08º | 0.59% | 0.59% | - |
| HSV(B) | 238.08º | 0.59% | 0.83% | - |
| XYZ | 19.56 | 14.26 | 64.01 | - |
| YUV | 103.6 | 189.17 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 212 | 0.59 | 0.57 | 0 | 0.17 | 238.08 | 0.59 | 0.59 |
| Hex | 57 | 5B | D4 | 3B | 39 | 0 | 11 | EE | 3B | 3B |
| Octal | 127 | 133 | 324 | 73 | 71 | 0 | 21 | 356 | 73 | 73 |
| Binary | 1010111 | 1011011 | 11010100 | 111011 | 111001 | 0 | 10001 | 11101110 | 111011 | 111011 |
Color Harmonies of #575BD4
Complementary color
Monochromatic Colors of #575BD4
Black with #575BD4
Text Example
Text Example
White with #575BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BD4; }
p { color: rgb(87,91,212); }
H1.HeaderClassName
{
color: #575BD4;
}
.AnyTagClassName
{
color: #575BD4;
}
</style>
background-color css
<style>
a { background-color: #575BD4; }
a { background-color: rgb(87,91,212); }
div.DivClassName
{
background-color: #575BD4;
}
.BgClassName
{
background-color: #575BD4;
}
</style>
border-color css
<style>
span { border-color: #575BD4; }
span { border-color: rgb(87,91,212); }
td.TdClassName
{
border-color: #575BD4;
}
.TagClassName
{
border-color: #575BD4;
}
</style>