Shades of Slate Blue #584BCF
Tints of Slate Blue #584BCF
RGB
CMYK
RGB Variations
Color information
#584BCF (or 0x584BCF) is known color: Slate Blue. HEX triplet: 58, 4B and CF. RGB value is (88,75,207). Sum of RGB (Red+Green+Blue) = 88+75+207=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #584BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BCF is #A7B430. Grayscale: #5D5D5D. Windows color (decimal): -10990641 or 13585240. OLE color: 13585240.
HSL color Cylindrical-coordinate representation of color #584BCF: hue angle of 245.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584BCF is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 75 | 207 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.19 |
| HSL | 245.91º | 0.58% | 0.55% | - |
| HSV(B) | 245.91º | 0.64% | 0.81% | - |
| XYZ | 17.8 | 11.61 | 60.33 | - |
| YUV | 93.94 | 191.81 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 207 | 0.57 | 0.64 | 0 | 0.19 | 245.91 | 0.58 | 0.55 |
| Hex | 58 | 4B | CF | 39 | 40 | 0 | 13 | F6 | 3A | 37 |
| Octal | 130 | 113 | 317 | 71 | 100 | 0 | 23 | 366 | 72 | 67 |
| Binary | 1011000 | 1001011 | 11001111 | 111001 | 1000000 | 0 | 10011 | 11110110 | 111010 | 110111 |
Color Harmonies of #584BCF
Complementary color
Monochromatic Colors of #584BCF
Black with #584BCF
Text Example
Text Example
White with #584BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584BCF; }
p { color: rgb(88,75,207); }
H1.HeaderClassName
{
color: #584BCF;
}
.AnyTagClassName
{
color: #584BCF;
}
</style>
background-color css
<style>
a { background-color: #584BCF; }
a { background-color: rgb(88,75,207); }
div.DivClassName
{
background-color: #584BCF;
}
.BgClassName
{
background-color: #584BCF;
}
</style>
border-color css
<style>
span { border-color: #584BCF; }
span { border-color: rgb(88,75,207); }
td.TdClassName
{
border-color: #584BCF;
}
.TagClassName
{
border-color: #584BCF;
}
</style>