Shades of Slate Blue #5D65CE
Tints of Slate Blue #5D65CE
RGB
CMYK
RGB Variations
Color information
#5D65CE (or 0x5D65CE) is known color: Slate Blue. HEX triplet: 5D, 65 and CE. RGB value is (93,101,206). Sum of RGB (Red+Green+Blue) = 93+101+206=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D65CE is #A29A31. Grayscale: #6E6E6E. Windows color (decimal): -10656306 or 13526365. OLE color: 13526365.
HSL color Cylindrical-coordinate representation of color #5D65CE: hue angle of 235.75º 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 #5D65CE is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 101 | 206 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.19 |
| HSL | 235.75º | 0.54% | 0.59% | - |
| HSV(B) | 235.75º | 0.55% | 0.81% | - |
| XYZ | 20.31 | 16.09 | 60.43 | - |
| YUV | 110.58 | 181.85 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 206 | 0.55 | 0.51 | 0 | 0.19 | 235.75 | 0.54 | 0.59 |
| Hex | 5D | 65 | CE | 37 | 33 | 0 | 13 | EC | 36 | 3B |
| Octal | 135 | 145 | 316 | 67 | 63 | 0 | 23 | 354 | 66 | 73 |
| Binary | 1011101 | 1100101 | 11001110 | 110111 | 110011 | 0 | 10011 | 11101100 | 110110 | 111011 |
Color Harmonies of #5D65CE
Complementary color
Monochromatic Colors of #5D65CE
Black with #5D65CE
Text Example
Text Example
White with #5D65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D65CE; }
p { color: rgb(93,101,206); }
H1.HeaderClassName
{
color: #5D65CE;
}
.AnyTagClassName
{
color: #5D65CE;
}
</style>
background-color css
<style>
a { background-color: #5D65CE; }
a { background-color: rgb(93,101,206); }
div.DivClassName
{
background-color: #5D65CE;
}
.BgClassName
{
background-color: #5D65CE;
}
</style>
border-color css
<style>
span { border-color: #5D65CE; }
span { border-color: rgb(93,101,206); }
td.TdClassName
{
border-color: #5D65CE;
}
.TagClassName
{
border-color: #5D65CE;
}
</style>