Shades of Slate Blue #5C41DA
Tints of Slate Blue #5C41DA
RGB
CMYK
RGB Variations
Color information
#5C41DA (or 0x5C41DA) is known color: Slate Blue. HEX triplet: 5C, 41 and DA. RGB value is (92,65,218). Sum of RGB (Red+Green+Blue) = 92+65+218=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C41DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41DA is #A3BE25. Grayscale: #595959. Windows color (decimal): -10731046 or 14303580. OLE color: 14303580.
HSL color Cylindrical-coordinate representation of color #5C41DA: hue angle of 250.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C41DA is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 65 | 218 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.15 |
| HSL | 250.59º | 0.67% | 0.55% | - |
| HSV(B) | 250.59º | 0.7% | 0.85% | - |
| XYZ | 18.96 | 11.12 | 67.48 | - |
| YUV | 90.52 | 199.95 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 218 | 0.58 | 0.70 | 0 | 0.15 | 250.59 | 0.67 | 0.55 |
| Hex | 5C | 41 | DA | 3A | 46 | 0 | F | FB | 43 | 37 |
| Octal | 134 | 101 | 332 | 72 | 106 | 0 | 17 | 373 | 103 | 67 |
| Binary | 1011100 | 1000001 | 11011010 | 111010 | 1000110 | 0 | 1111 | 11111011 | 1000011 | 110111 |
Color Harmonies of #5C41DA
Complementary color
Monochromatic Colors of #5C41DA
Black with #5C41DA
Text Example
Text Example
White with #5C41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C41DA; }
p { color: rgb(92,65,218); }
H1.HeaderClassName
{
color: #5C41DA;
}
.AnyTagClassName
{
color: #5C41DA;
}
</style>
background-color css
<style>
a { background-color: #5C41DA; }
a { background-color: rgb(92,65,218); }
div.DivClassName
{
background-color: #5C41DA;
}
.BgClassName
{
background-color: #5C41DA;
}
</style>
border-color css
<style>
span { border-color: #5C41DA; }
span { border-color: rgb(92,65,218); }
td.TdClassName
{
border-color: #5C41DA;
}
.TagClassName
{
border-color: #5C41DA;
}
</style>