Shades of Slate Blue #5C4BCC
Tints of Slate Blue #5C4BCC
RGB
CMYK
RGB Variations
Color information
#5C4BCC (or 0x5C4BCC) is known color: Slate Blue. HEX triplet: 5C, 4B and CC. RGB value is (92,75,204). Sum of RGB (Red+Green+Blue) = 92+75+204=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C4BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4BCC is #A3B433. Grayscale: #5E5E5E. Windows color (decimal): -10728500 or 13388636. OLE color: 13388636.
HSL color Cylindrical-coordinate representation of color #5C4BCC: hue angle of 247.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C4BCC is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 75 | 204 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.2 |
| HSL | 247.91º | 0.56% | 0.55% | - |
| HSV(B) | 247.91º | 0.63% | 0.8% | - |
| XYZ | 17.83 | 11.67 | 58.44 | - |
| YUV | 94.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 75 | 204 | 0.55 | 0.63 | 0 | 0.2 | 247.91 | 0.56 | 0.55 |
| Hex | 5C | 4B | CC | 37 | 3F | 0 | 14 | F8 | 38 | 37 |
| Octal | 134 | 113 | 314 | 67 | 77 | 0 | 24 | 370 | 70 | 67 |
| Binary | 1011100 | 1001011 | 11001100 | 110111 | 111111 | 0 | 10100 | 11111000 | 111000 | 110111 |
Color Harmonies of #5C4BCC
Complementary color
Monochromatic Colors of #5C4BCC
Black with #5C4BCC
Text Example
Text Example
White with #5C4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4BCC; }
p { color: rgb(92,75,204); }
H1.HeaderClassName
{
color: #5C4BCC;
}
.AnyTagClassName
{
color: #5C4BCC;
}
</style>
background-color css
<style>
a { background-color: #5C4BCC; }
a { background-color: rgb(92,75,204); }
div.DivClassName
{
background-color: #5C4BCC;
}
.BgClassName
{
background-color: #5C4BCC;
}
</style>
border-color css
<style>
span { border-color: #5C4BCC; }
span { border-color: rgb(92,75,204); }
td.TdClassName
{
border-color: #5C4BCC;
}
.TagClassName
{
border-color: #5C4BCC;
}
</style>