Shades of Slate Blue #5757CB
Tints of Slate Blue #5757CB
RGB
CMYK
RGB Variations
Color information
#5757CB (or 0x5757CB) is known color: Slate Blue. HEX triplet: 57, 57 and CB. RGB value is (87,87,203). Sum of RGB (Red+Green+Blue) = 87+87+203=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #5757CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5757CB is #A8A834. Grayscale: #636363. Windows color (decimal): -11053109 or 13326167. OLE color: 13326167.
HSL color Cylindrical-coordinate representation of color #5757CB: hue angle of 240º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5757CB is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 87 | 203 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.20 |
| HSL | 240º | 0.53% | 0.57% | - |
| HSV(B) | 240º | 0.57% | 0.8% | - |
| XYZ | 18.12 | 13.15 | 58.08 | - |
| YUV | 100.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 203 | 0.57 | 0.57 | 0 | 0.20 | 240 | 0.53 | 0.57 |
| Hex | 57 | 57 | CB | 39 | 39 | 0 | 14 | F0 | 35 | 39 |
| Octal | 127 | 127 | 313 | 71 | 71 | 0 | 24 | 360 | 65 | 71 |
| Binary | 1010111 | 1010111 | 11001011 | 111001 | 111001 | 0 | 10100 | 11110000 | 110101 | 111001 |
Color Harmonies of #5757CB
Complementary color
Monochromatic Colors of #5757CB
Black with #5757CB
Text Example
Text Example
White with #5757CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5757CB; }
p { color: rgb(87,87,203); }
H1.HeaderClassName
{
color: #5757CB;
}
.AnyTagClassName
{
color: #5757CB;
}
</style>
background-color css
<style>
a { background-color: #5757CB; }
a { background-color: rgb(87,87,203); }
div.DivClassName
{
background-color: #5757CB;
}
.BgClassName
{
background-color: #5757CB;
}
</style>
border-color css
<style>
span { border-color: #5757CB; }
span { border-color: rgb(87,87,203); }
td.TdClassName
{
border-color: #5757CB;
}
.TagClassName
{
border-color: #5757CB;
}
</style>