Shades of Slate Blue #5C42CC
Tints of Slate Blue #5C42CC
RGB
CMYK
RGB Variations
Color information
#5C42CC (or 0x5C42CC) is known color: Slate Blue. HEX triplet: 5C, 42 and CC. RGB value is (92,66,204). Sum of RGB (Red+Green+Blue) = 92+66+204=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C42CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C42CC is #A3BD33. Grayscale: #585858. Windows color (decimal): -10730804 or 13386332. OLE color: 13386332.
HSL color Cylindrical-coordinate representation of color #5C42CC: hue angle of 251.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C42CC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 66 | 204 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.2 |
| HSL | 251.3º | 0.58% | 0.53% | - |
| HSV(B) | 251.3º | 0.68% | 0.8% | - |
| XYZ | 17.26 | 10.53 | 58.25 | - |
| YUV | 89.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 204 | 0.55 | 0.68 | 0 | 0.2 | 251.3 | 0.58 | 0.53 |
| Hex | 5C | 42 | CC | 37 | 44 | 0 | 14 | FB | 3A | 35 |
| Octal | 134 | 102 | 314 | 67 | 104 | 0 | 24 | 373 | 72 | 65 |
| Binary | 1011100 | 1000010 | 11001100 | 110111 | 1000100 | 0 | 10100 | 11111011 | 111010 | 110101 |
Color Harmonies of #5C42CC
Complementary color
Monochromatic Colors of #5C42CC
Black with #5C42CC
Text Example
Text Example
White with #5C42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C42CC; }
p { color: rgb(92,66,204); }
H1.HeaderClassName
{
color: #5C42CC;
}
.AnyTagClassName
{
color: #5C42CC;
}
</style>
background-color css
<style>
a { background-color: #5C42CC; }
a { background-color: rgb(92,66,204); }
div.DivClassName
{
background-color: #5C42CC;
}
.BgClassName
{
background-color: #5C42CC;
}
</style>
border-color css
<style>
span { border-color: #5C42CC; }
span { border-color: rgb(92,66,204); }
td.TdClassName
{
border-color: #5C42CC;
}
.TagClassName
{
border-color: #5C42CC;
}
</style>