Shades of Slate Blue #5C5ACB
Tints of Slate Blue #5C5ACB
RGB
CMYK
RGB Variations
Color information
#5C5ACB (or 0x5C5ACB) is known color: Slate Blue. HEX triplet: 5C, 5A and CB. RGB value is (92,90,203). Sum of RGB (Red+Green+Blue) = 92+90+203=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5ACB is #A3A534. Grayscale: #676767. Windows color (decimal): -10724661 or 13326940. OLE color: 13326940.
HSL color Cylindrical-coordinate representation of color #5C5ACB: hue angle of 241.06º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C5ACB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 90 | 203 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.20 |
| HSL | 241.06º | 0.52% | 0.57% | - |
| HSV(B) | 241.06º | 0.56% | 0.8% | - |
| XYZ | 18.85 | 13.9 | 58.19 | - |
| YUV | 103.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 203 | 0.55 | 0.56 | 0 | 0.20 | 241.06 | 0.52 | 0.57 |
| Hex | 5C | 5A | CB | 37 | 38 | 0 | 14 | F1 | 34 | 39 |
| Octal | 134 | 132 | 313 | 67 | 70 | 0 | 24 | 361 | 64 | 71 |
| Binary | 1011100 | 1011010 | 11001011 | 110111 | 111000 | 0 | 10100 | 11110001 | 110100 | 111001 |
Color Harmonies of #5C5ACB
Complementary color
Monochromatic Colors of #5C5ACB
Black with #5C5ACB
Text Example
Text Example
White with #5C5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5ACB; }
p { color: rgb(92,90,203); }
H1.HeaderClassName
{
color: #5C5ACB;
}
.AnyTagClassName
{
color: #5C5ACB;
}
</style>
background-color css
<style>
a { background-color: #5C5ACB; }
a { background-color: rgb(92,90,203); }
div.DivClassName
{
background-color: #5C5ACB;
}
.BgClassName
{
background-color: #5C5ACB;
}
</style>
border-color css
<style>
span { border-color: #5C5ACB; }
span { border-color: rgb(92,90,203); }
td.TdClassName
{
border-color: #5C5ACB;
}
.TagClassName
{
border-color: #5C5ACB;
}
</style>