Shades of Slate Blue #5C62CA
Tints of Slate Blue #5C62CA
RGB
CMYK
RGB Variations
Color information
#5C62CA (or 0x5C62CA) is known color: Slate Blue. HEX triplet: 5C, 62 and CA. RGB value is (92,98,202). Sum of RGB (Red+Green+Blue) = 92+98+202=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C62CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C62CA is #A39D35. Grayscale: #6B6B6B. Windows color (decimal): -10722614 or 13263452. OLE color: 13263452.
HSL color Cylindrical-coordinate representation of color #5C62CA: hue angle of 236.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C62CA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 98 | 202 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.21 |
| HSL | 236.73º | 0.51% | 0.58% | - |
| HSV(B) | 236.73º | 0.54% | 0.79% | - |
| XYZ | 19.44 | 15.27 | 57.8 | - |
| YUV | 108.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 202 | 0.54 | 0.51 | 0 | 0.21 | 236.73 | 0.51 | 0.58 |
| Hex | 5C | 62 | CA | 36 | 33 | 0 | 15 | ED | 33 | 3A |
| Octal | 134 | 142 | 312 | 66 | 63 | 0 | 25 | 355 | 63 | 72 |
| Binary | 1011100 | 1100010 | 11001010 | 110110 | 110011 | 0 | 10101 | 11101101 | 110011 | 111010 |
Color Harmonies of #5C62CA
Complementary color
Monochromatic Colors of #5C62CA
Black with #5C62CA
Text Example
Text Example
White with #5C62CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C62CA; }
p { color: rgb(92,98,202); }
H1.HeaderClassName
{
color: #5C62CA;
}
.AnyTagClassName
{
color: #5C62CA;
}
</style>
background-color css
<style>
a { background-color: #5C62CA; }
a { background-color: rgb(92,98,202); }
div.DivClassName
{
background-color: #5C62CA;
}
.BgClassName
{
background-color: #5C62CA;
}
</style>
border-color css
<style>
span { border-color: #5C62CA; }
span { border-color: rgb(92,98,202); }
td.TdClassName
{
border-color: #5C62CA;
}
.TagClassName
{
border-color: #5C62CA;
}
</style>