Shades of Slate Blue #584CCD
Tints of Slate Blue #584CCD
RGB
CMYK
RGB Variations
Color information
#584CCD (or 0x584CCD) is known color: Slate Blue. HEX triplet: 58, 4C and CD. RGB value is (88,76,205). Sum of RGB (Red+Green+Blue) = 88+76+205=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #584CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CCD is #A7B332. Grayscale: #5D5D5D. Windows color (decimal): -10990387 or 13454424. OLE color: 13454424.
HSL color Cylindrical-coordinate representation of color #584CCD: hue angle of 245.58º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #584CCD is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 76 | 205 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.20 |
| HSL | 245.58º | 0.56% | 0.55% | - |
| HSV(B) | 245.58º | 0.63% | 0.8% | - |
| XYZ | 17.63 | 11.65 | 59.08 | - |
| YUV | 94.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 205 | 0.57 | 0.63 | 0 | 0.20 | 245.58 | 0.56 | 0.55 |
| Hex | 58 | 4C | CD | 39 | 3F | 0 | 14 | F6 | 38 | 37 |
| Octal | 130 | 114 | 315 | 71 | 77 | 0 | 24 | 366 | 70 | 67 |
| Binary | 1011000 | 1001100 | 11001101 | 111001 | 111111 | 0 | 10100 | 11110110 | 111000 | 110111 |
Color Harmonies of #584CCD
Complementary color
Monochromatic Colors of #584CCD
Black with #584CCD
Text Example
Text Example
White with #584CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584CCD; }
p { color: rgb(88,76,205); }
H1.HeaderClassName
{
color: #584CCD;
}
.AnyTagClassName
{
color: #584CCD;
}
</style>
background-color css
<style>
a { background-color: #584CCD; }
a { background-color: rgb(88,76,205); }
div.DivClassName
{
background-color: #584CCD;
}
.BgClassName
{
background-color: #584CCD;
}
</style>
border-color css
<style>
span { border-color: #584CCD; }
span { border-color: rgb(88,76,205); }
td.TdClassName
{
border-color: #584CCD;
}
.TagClassName
{
border-color: #584CCD;
}
</style>