Shades of Slate Blue #5C64C9
Tints of Slate Blue #5C64C9
RGB
CMYK
RGB Variations
Color information
#5C64C9 (or 0x5C64C9) is known color: Slate Blue. HEX triplet: 5C, 64 and C9. RGB value is (92,100,201). Sum of RGB (Red+Green+Blue) = 92+100+201=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C64C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C64C9 is #A39B36. Grayscale: #6C6C6C. Windows color (decimal): -10722103 or 13198428. OLE color: 13198428.
HSL color Cylindrical-coordinate representation of color #5C64C9: hue angle of 235.6º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C64C9 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 100 | 201 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.21 |
| HSL | 235.6º | 0.5% | 0.57% | - |
| HSV(B) | 235.6º | 0.54% | 0.79% | - |
| XYZ | 19.51 | 15.61 | 57.24 | - |
| YUV | 109.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 201 | 0.54 | 0.50 | 0 | 0.21 | 235.6 | 0.5 | 0.57 |
| Hex | 5C | 64 | C9 | 36 | 32 | 0 | 15 | EC | 32 | 39 |
| Octal | 134 | 144 | 311 | 66 | 62 | 0 | 25 | 354 | 62 | 71 |
| Binary | 1011100 | 1100100 | 11001001 | 110110 | 110010 | 0 | 10101 | 11101100 | 110010 | 111001 |
Color Harmonies of #5C64C9
Complementary color
Monochromatic Colors of #5C64C9
Black with #5C64C9
Text Example
Text Example
White with #5C64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C64C9; }
p { color: rgb(92,100,201); }
H1.HeaderClassName
{
color: #5C64C9;
}
.AnyTagClassName
{
color: #5C64C9;
}
</style>
background-color css
<style>
a { background-color: #5C64C9; }
a { background-color: rgb(92,100,201); }
div.DivClassName
{
background-color: #5C64C9;
}
.BgClassName
{
background-color: #5C64C9;
}
</style>
border-color css
<style>
span { border-color: #5C64C9; }
span { border-color: rgb(92,100,201); }
td.TdClassName
{
border-color: #5C64C9;
}
.TagClassName
{
border-color: #5C64C9;
}
</style>