Shades of Slate Blue #584DCB
Tints of Slate Blue #584DCB
RGB
CMYK
RGB Variations
Color information
#584DCB (or 0x584DCB) is known color: Slate Blue. HEX triplet: 58, 4D and CB. RGB value is (88,77,203). Sum of RGB (Red+Green+Blue) = 88+77+203=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #584DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DCB is #A7B234. Grayscale: #5E5E5E. Windows color (decimal): -10990133 or 13323608. OLE color: 13323608.
HSL color Cylindrical-coordinate representation of color #584DCB: hue angle of 245.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #584DCB is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 77 | 203 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.20 |
| HSL | 245.24º | 0.55% | 0.55% | - |
| HSV(B) | 245.24º | 0.62% | 0.8% | - |
| XYZ | 17.46 | 11.69 | 57.84 | - |
| YUV | 94.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 203 | 0.57 | 0.62 | 0 | 0.20 | 245.24 | 0.55 | 0.55 |
| Hex | 58 | 4D | CB | 39 | 3E | 0 | 14 | F5 | 37 | 37 |
| Octal | 130 | 115 | 313 | 71 | 76 | 0 | 24 | 365 | 67 | 67 |
| Binary | 1011000 | 1001101 | 11001011 | 111001 | 111110 | 0 | 10100 | 11110101 | 110111 | 110111 |
Color Harmonies of #584DCB
Complementary color
Monochromatic Colors of #584DCB
Black with #584DCB
Text Example
Text Example
White with #584DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DCB; }
p { color: rgb(88,77,203); }
H1.HeaderClassName
{
color: #584DCB;
}
.AnyTagClassName
{
color: #584DCB;
}
</style>
background-color css
<style>
a { background-color: #584DCB; }
a { background-color: rgb(88,77,203); }
div.DivClassName
{
background-color: #584DCB;
}
.BgClassName
{
background-color: #584DCB;
}
</style>
border-color css
<style>
span { border-color: #584DCB; }
span { border-color: rgb(88,77,203); }
td.TdClassName
{
border-color: #584DCB;
}
.TagClassName
{
border-color: #584DCB;
}
</style>