Shades of Slate Blue #5C65D9
Tints of Slate Blue #5C65D9
RGB
CMYK
RGB Variations
Color information
#5C65D9 (or 0x5C65D9) is known color: Slate Blue. HEX triplet: 5C, 65 and D9. RGB value is (92,101,217). Sum of RGB (Red+Green+Blue) = 92+101+217=410 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.44% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #5C65D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C65D9 is #A39A26. Grayscale: #6F6F6F. Windows color (decimal): -10721831 or 14247260. OLE color: 14247260.
HSL color Cylindrical-coordinate representation of color #5C65D9: hue angle of 235.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C65D9 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 101 | 217 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.15 |
| HSL | 235.68º | 0.62% | 0.61% | - |
| HSV(B) | 235.68º | 0.58% | 0.85% | - |
| XYZ | 21.59 | 16.59 | 67.71 | - |
| YUV | 111.53 | 187.52 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 217 | 0.58 | 0.53 | 0 | 0.15 | 235.68 | 0.62 | 0.61 |
| Hex | 5C | 65 | D9 | 3A | 35 | 0 | F | EC | 3E | 3D |
| Octal | 134 | 145 | 331 | 72 | 65 | 0 | 17 | 354 | 76 | 75 |
| Binary | 1011100 | 1100101 | 11011001 | 111010 | 110101 | 0 | 1111 | 11101100 | 111110 | 111101 |
Color Harmonies of #5C65D9
Complementary color
Monochromatic Colors of #5C65D9
Black with #5C65D9
Text Example
Text Example
White with #5C65D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C65D9; }
p { color: rgb(92,101,217); }
H1.HeaderClassName
{
color: #5C65D9;
}
.AnyTagClassName
{
color: #5C65D9;
}
</style>
background-color css
<style>
a { background-color: #5C65D9; }
a { background-color: rgb(92,101,217); }
div.DivClassName
{
background-color: #5C65D9;
}
.BgClassName
{
background-color: #5C65D9;
}
</style>
border-color css
<style>
span { border-color: #5C65D9; }
span { border-color: rgb(92,101,217); }
td.TdClassName
{
border-color: #5C65D9;
}
.TagClassName
{
border-color: #5C65D9;
}
</style>