Shades of Slate Blue #5A60CA
Tints of Slate Blue #5A60CA
RGB
CMYK
RGB Variations
Color information
#5A60CA (or 0x5A60CA) is known color: Slate Blue. HEX triplet: 5A, 60 and CA. RGB value is (90,96,202). Sum of RGB (Red+Green+Blue) = 90+96+202=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A60CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A60CA is #A59F35. Grayscale: #696969. Windows color (decimal): -10854198 or 13262938. OLE color: 13262938.
HSL color Cylindrical-coordinate representation of color #5A60CA: hue angle of 236.79º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A60CA is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 96 | 202 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.21 |
| HSL | 236.79º | 0.51% | 0.57% | - |
| HSV(B) | 236.79º | 0.55% | 0.79% | - |
| XYZ | 19.06 | 14.8 | 57.73 | - |
| YUV | 106.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 202 | 0.55 | 0.52 | 0 | 0.21 | 236.79 | 0.51 | 0.57 |
| Hex | 5A | 60 | CA | 37 | 34 | 0 | 15 | ED | 33 | 39 |
| Octal | 132 | 140 | 312 | 67 | 64 | 0 | 25 | 355 | 63 | 71 |
| Binary | 1011010 | 1100000 | 11001010 | 110111 | 110100 | 0 | 10101 | 11101101 | 110011 | 111001 |
Color Harmonies of #5A60CA
Complementary color
Monochromatic Colors of #5A60CA
Black with #5A60CA
Text Example
Text Example
White with #5A60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A60CA; }
p { color: rgb(90,96,202); }
H1.HeaderClassName
{
color: #5A60CA;
}
.AnyTagClassName
{
color: #5A60CA;
}
</style>
background-color css
<style>
a { background-color: #5A60CA; }
a { background-color: rgb(90,96,202); }
div.DivClassName
{
background-color: #5A60CA;
}
.BgClassName
{
background-color: #5A60CA;
}
</style>
border-color css
<style>
span { border-color: #5A60CA; }
span { border-color: rgb(90,96,202); }
td.TdClassName
{
border-color: #5A60CA;
}
.TagClassName
{
border-color: #5A60CA;
}
</style>