Shades of Slate Blue #5751CB
Tints of Slate Blue #5751CB
RGB
CMYK
RGB Variations
Color information
#5751CB (or 0x5751CB) is known color: Slate Blue. HEX triplet: 57, 51 and CB. RGB value is (87,81,203). Sum of RGB (Red+Green+Blue) = 87+81+203=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #5751CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5751CB is #A8AE34. Grayscale: #606060. Windows color (decimal): -11054645 or 13324631. OLE color: 13324631.
HSL color Cylindrical-coordinate representation of color #5751CB: hue angle of 242.95º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5751CB is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 81 | 203 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.20 |
| HSL | 242.95º | 0.54% | 0.56% | - |
| HSV(B) | 242.95º | 0.6% | 0.8% | - |
| XYZ | 17.65 | 12.22 | 57.93 | - |
| YUV | 96.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 203 | 0.57 | 0.60 | 0 | 0.20 | 242.95 | 0.54 | 0.56 |
| Hex | 57 | 51 | CB | 39 | 3C | 0 | 14 | F3 | 36 | 38 |
| Octal | 127 | 121 | 313 | 71 | 74 | 0 | 24 | 363 | 66 | 70 |
| Binary | 1010111 | 1010001 | 11001011 | 111001 | 111100 | 0 | 10100 | 11110011 | 110110 | 111000 |
Color Harmonies of #5751CB
Complementary color
Monochromatic Colors of #5751CB
Black with #5751CB
Text Example
Text Example
White with #5751CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5751CB; }
p { color: rgb(87,81,203); }
H1.HeaderClassName
{
color: #5751CB;
}
.AnyTagClassName
{
color: #5751CB;
}
</style>
background-color css
<style>
a { background-color: #5751CB; }
a { background-color: rgb(87,81,203); }
div.DivClassName
{
background-color: #5751CB;
}
.BgClassName
{
background-color: #5751CB;
}
</style>
border-color css
<style>
span { border-color: #5751CB; }
span { border-color: rgb(87,81,203); }
td.TdClassName
{
border-color: #5751CB;
}
.TagClassName
{
border-color: #5751CB;
}
</style>