Shades of Slate Blue #5D60CE
Tints of Slate Blue #5D60CE
RGB
CMYK
RGB Variations
Color information
#5D60CE (or 0x5D60CE) is known color: Slate Blue. HEX triplet: 5D, 60 and CE. RGB value is (93,96,206). Sum of RGB (Red+Green+Blue) = 93+96+206=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D60CE is #A29F31. Grayscale: #6B6B6B. Windows color (decimal): -10657586 or 13525085. OLE color: 13525085.
HSL color Cylindrical-coordinate representation of color #5D60CE: hue angle of 238.41º 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 #5D60CE is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 96 | 206 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.19 |
| HSL | 238.41º | 0.54% | 0.59% | - |
| HSV(B) | 238.41º | 0.55% | 0.81% | - |
| XYZ | 19.84 | 15.15 | 60.27 | - |
| YUV | 107.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 206 | 0.55 | 0.53 | 0 | 0.19 | 238.41 | 0.54 | 0.59 |
| Hex | 5D | 60 | CE | 37 | 35 | 0 | 13 | EE | 36 | 3B |
| Octal | 135 | 140 | 316 | 67 | 65 | 0 | 23 | 356 | 66 | 73 |
| Binary | 1011101 | 1100000 | 11001110 | 110111 | 110101 | 0 | 10011 | 11101110 | 110110 | 111011 |
Color Harmonies of #5D60CE
Complementary color
Monochromatic Colors of #5D60CE
Black with #5D60CE
Text Example
Text Example
White with #5D60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D60CE; }
p { color: rgb(93,96,206); }
H1.HeaderClassName
{
color: #5D60CE;
}
.AnyTagClassName
{
color: #5D60CE;
}
</style>
background-color css
<style>
a { background-color: #5D60CE; }
a { background-color: rgb(93,96,206); }
div.DivClassName
{
background-color: #5D60CE;
}
.BgClassName
{
background-color: #5D60CE;
}
</style>
border-color css
<style>
span { border-color: #5D60CE; }
span { border-color: rgb(93,96,206); }
td.TdClassName
{
border-color: #5D60CE;
}
.TagClassName
{
border-color: #5D60CE;
}
</style>