Shades of Slate Blue #5757CA
Tints of Slate Blue #5757CA
RGB
CMYK
RGB Variations
Color information
#5757CA (or 0x5757CA) is known color: Slate Blue. HEX triplet: 57, 57 and CA. RGB value is (87,87,202). Sum of RGB (Red+Green+Blue) = 87+87+202=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #5757CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5757CA is #A8A835. Grayscale: #636363. Windows color (decimal): -11053110 or 13260631. OLE color: 13260631.
HSL color Cylindrical-coordinate representation of color #5757CA: hue angle of 240º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5757CA is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 87 | 202 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.21 |
| HSL | 240º | 0.52% | 0.57% | - |
| HSV(B) | 240º | 0.57% | 0.79% | - |
| XYZ | 18 | 13.11 | 57.46 | - |
| YUV | 100.11 | 185.5 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 202 | 0.57 | 0.57 | 0 | 0.21 | 240 | 0.52 | 0.57 |
| Hex | 57 | 57 | CA | 39 | 39 | 0 | 15 | F0 | 34 | 39 |
| Octal | 127 | 127 | 312 | 71 | 71 | 0 | 25 | 360 | 64 | 71 |
| Binary | 1010111 | 1010111 | 11001010 | 111001 | 111001 | 0 | 10101 | 11110000 | 110100 | 111001 |
Color Harmonies of #5757CA
Complementary color
Monochromatic Colors of #5757CA
Black with #5757CA
Text Example
Text Example
White with #5757CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5757CA; }
p { color: rgb(87,87,202); }
H1.HeaderClassName
{
color: #5757CA;
}
.AnyTagClassName
{
color: #5757CA;
}
</style>
background-color css
<style>
a { background-color: #5757CA; }
a { background-color: rgb(87,87,202); }
div.DivClassName
{
background-color: #5757CA;
}
.BgClassName
{
background-color: #5757CA;
}
</style>
border-color css
<style>
span { border-color: #5757CA; }
span { border-color: rgb(87,87,202); }
td.TdClassName
{
border-color: #5757CA;
}
.TagClassName
{
border-color: #5757CA;
}
</style>