Shades of Slate Blue #5D5FCF
Tints of Slate Blue #5D5FCF
RGB
CMYK
RGB Variations
Color information
#5D5FCF (or 0x5D5FCF) is known color: Slate Blue. HEX triplet: 5D, 5F and CF. RGB value is (93,95,207). Sum of RGB (Red+Green+Blue) = 93+95+207=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D5FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5FCF is #A2A030. Grayscale: #6A6A6A. Windows color (decimal): -10657841 or 13590365. OLE color: 13590365.
HSL color Cylindrical-coordinate representation of color #5D5FCF: hue angle of 238.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D5FCF is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 95 | 207 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.19 |
| HSL | 238.95º | 0.54% | 0.59% | - |
| HSV(B) | 238.95º | 0.55% | 0.81% | - |
| XYZ | 19.87 | 15.02 | 60.88 | - |
| YUV | 107.17 | 184.34 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 207 | 0.55 | 0.54 | 0 | 0.19 | 238.95 | 0.54 | 0.59 |
| Hex | 5D | 5F | CF | 37 | 36 | 0 | 13 | EF | 36 | 3B |
| Octal | 135 | 137 | 317 | 67 | 66 | 0 | 23 | 357 | 66 | 73 |
| Binary | 1011101 | 1011111 | 11001111 | 110111 | 110110 | 0 | 10011 | 11101111 | 110110 | 111011 |
Color Harmonies of #5D5FCF
Complementary color
Monochromatic Colors of #5D5FCF
Black with #5D5FCF
Text Example
Text Example
White with #5D5FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5FCF; }
p { color: rgb(93,95,207); }
H1.HeaderClassName
{
color: #5D5FCF;
}
.AnyTagClassName
{
color: #5D5FCF;
}
</style>
background-color css
<style>
a { background-color: #5D5FCF; }
a { background-color: rgb(93,95,207); }
div.DivClassName
{
background-color: #5D5FCF;
}
.BgClassName
{
background-color: #5D5FCF;
}
</style>
border-color css
<style>
span { border-color: #5D5FCF; }
span { border-color: rgb(93,95,207); }
td.TdClassName
{
border-color: #5D5FCF;
}
.TagClassName
{
border-color: #5D5FCF;
}
</style>