Shades of Slate Blue #5754CD
Tints of Slate Blue #5754CD
RGB
CMYK
RGB Variations
Color information
#5754CD (or 0x5754CD) is known color: Slate Blue. HEX triplet: 57, 54 and CD. RGB value is (87,84,205). Sum of RGB (Red+Green+Blue) = 87+84+205=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #5754CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754CD is #A8AB32. Grayscale: #626262. Windows color (decimal): -11053875 or 13456471. OLE color: 13456471.
HSL color Cylindrical-coordinate representation of color #5754CD: hue angle of 241.49º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5754CD is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 84 | 205 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.20 |
| HSL | 241.49º | 0.55% | 0.57% | - |
| HSV(B) | 241.49º | 0.59% | 0.8% | - |
| XYZ | 18.12 | 12.77 | 59.27 | - |
| YUV | 98.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 205 | 0.58 | 0.59 | 0 | 0.20 | 241.49 | 0.55 | 0.57 |
| Hex | 57 | 54 | CD | 3A | 3B | 0 | 14 | F1 | 37 | 39 |
| Octal | 127 | 124 | 315 | 72 | 73 | 0 | 24 | 361 | 67 | 71 |
| Binary | 1010111 | 1010100 | 11001101 | 111010 | 111011 | 0 | 10100 | 11110001 | 110111 | 111001 |
Color Harmonies of #5754CD
Complementary color
Monochromatic Colors of #5754CD
Black with #5754CD
Text Example
Text Example
White with #5754CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5754CD; }
p { color: rgb(87,84,205); }
H1.HeaderClassName
{
color: #5754CD;
}
.AnyTagClassName
{
color: #5754CD;
}
</style>
background-color css
<style>
a { background-color: #5754CD; }
a { background-color: rgb(87,84,205); }
div.DivClassName
{
background-color: #5754CD;
}
.BgClassName
{
background-color: #5754CD;
}
</style>
border-color css
<style>
span { border-color: #5754CD; }
span { border-color: rgb(87,84,205); }
td.TdClassName
{
border-color: #5754CD;
}
.TagClassName
{
border-color: #5754CD;
}
</style>