Shades of Slate Blue #5C65CD
Tints of Slate Blue #5C65CD
RGB
CMYK
RGB Variations
Color information
#5C65CD (or 0x5C65CD) is known color: Slate Blue. HEX triplet: 5C, 65 and CD. RGB value is (92,101,205). Sum of RGB (Red+Green+Blue) = 92+101+205=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C65CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C65CD is #A39A32. Grayscale: #6D6D6D. Windows color (decimal): -10721843 or 13460828. OLE color: 13460828.
HSL color Cylindrical-coordinate representation of color #5C65CD: hue angle of 235.22º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C65CD is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 101 | 205 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.20 |
| HSL | 235.22º | 0.53% | 0.58% | - |
| HSV(B) | 235.22º | 0.55% | 0.8% | - |
| XYZ | 20.09 | 15.99 | 59.79 | - |
| YUV | 110.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 205 | 0.55 | 0.51 | 0 | 0.20 | 235.22 | 0.53 | 0.58 |
| Hex | 5C | 65 | CD | 37 | 33 | 0 | 14 | EB | 35 | 3A |
| Octal | 134 | 145 | 315 | 67 | 63 | 0 | 24 | 353 | 65 | 72 |
| Binary | 1011100 | 1100101 | 11001101 | 110111 | 110011 | 0 | 10100 | 11101011 | 110101 | 111010 |
Color Harmonies of #5C65CD
Complementary color
Monochromatic Colors of #5C65CD
Black with #5C65CD
Text Example
Text Example
White with #5C65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C65CD; }
p { color: rgb(92,101,205); }
H1.HeaderClassName
{
color: #5C65CD;
}
.AnyTagClassName
{
color: #5C65CD;
}
</style>
background-color css
<style>
a { background-color: #5C65CD; }
a { background-color: rgb(92,101,205); }
div.DivClassName
{
background-color: #5C65CD;
}
.BgClassName
{
background-color: #5C65CD;
}
</style>
border-color css
<style>
span { border-color: #5C65CD; }
span { border-color: rgb(92,101,205); }
td.TdClassName
{
border-color: #5C65CD;
}
.TagClassName
{
border-color: #5C65CD;
}
</style>