Shades of Slate Blue #5C63CC
Tints of Slate Blue #5C63CC
RGB
CMYK
RGB Variations
Color information
#5C63CC (or 0x5C63CC) is known color: Slate Blue. HEX triplet: 5C, 63 and CC. RGB value is (92,99,204). Sum of RGB (Red+Green+Blue) = 92+99+204=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C63CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C63CC is #A39C33. Grayscale: #6C6C6C. Windows color (decimal): -10722356 or 13394780. OLE color: 13394780.
HSL color Cylindrical-coordinate representation of color #5C63CC: hue angle of 236.25º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C63CC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 99 | 204 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.2 |
| HSL | 236.25º | 0.52% | 0.58% | - |
| HSV(B) | 236.25º | 0.55% | 0.8% | - |
| XYZ | 19.77 | 15.56 | 59.09 | - |
| YUV | 108.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 204 | 0.55 | 0.51 | 0 | 0.2 | 236.25 | 0.52 | 0.58 |
| Hex | 5C | 63 | CC | 37 | 33 | 0 | 14 | EC | 34 | 3A |
| Octal | 134 | 143 | 314 | 67 | 63 | 0 | 24 | 354 | 64 | 72 |
| Binary | 1011100 | 1100011 | 11001100 | 110111 | 110011 | 0 | 10100 | 11101100 | 110100 | 111010 |
Color Harmonies of #5C63CC
Complementary color
Monochromatic Colors of #5C63CC
Black with #5C63CC
Text Example
Text Example
White with #5C63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C63CC; }
p { color: rgb(92,99,204); }
H1.HeaderClassName
{
color: #5C63CC;
}
.AnyTagClassName
{
color: #5C63CC;
}
</style>
background-color css
<style>
a { background-color: #5C63CC; }
a { background-color: rgb(92,99,204); }
div.DivClassName
{
background-color: #5C63CC;
}
.BgClassName
{
background-color: #5C63CC;
}
</style>
border-color css
<style>
span { border-color: #5C63CC; }
span { border-color: rgb(92,99,204); }
td.TdClassName
{
border-color: #5C63CC;
}
.TagClassName
{
border-color: #5C63CC;
}
</style>