Shades of Slate Blue #5A4BCC
Tints of Slate Blue #5A4BCC
RGB
CMYK
RGB Variations
Color information
#5A4BCC (or 0x5A4BCC) is known color: Slate Blue. HEX triplet: 5A, 4B and CC. RGB value is (90,75,204). Sum of RGB (Red+Green+Blue) = 90+75+204=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A4BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4BCC is #A5B433. Grayscale: #5D5D5D. Windows color (decimal): -10859572 or 13388634. OLE color: 13388634.
HSL color Cylindrical-coordinate representation of color #5A4BCC: hue angle of 246.98º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A4BCC is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 75 | 204 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.2 |
| HSL | 246.98º | 0.56% | 0.55% | - |
| HSV(B) | 246.98º | 0.63% | 0.8% | - |
| XYZ | 17.63 | 11.57 | 58.43 | - |
| YUV | 94.19 | 189.97 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 204 | 0.56 | 0.63 | 0 | 0.2 | 246.98 | 0.56 | 0.55 |
| Hex | 5A | 4B | CC | 38 | 3F | 0 | 14 | F7 | 38 | 37 |
| Octal | 132 | 113 | 314 | 70 | 77 | 0 | 24 | 367 | 70 | 67 |
| Binary | 1011010 | 1001011 | 11001100 | 111000 | 111111 | 0 | 10100 | 11110111 | 111000 | 110111 |
Color Harmonies of #5A4BCC
Complementary color
Monochromatic Colors of #5A4BCC
Black with #5A4BCC
Text Example
Text Example
White with #5A4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4BCC; }
p { color: rgb(90,75,204); }
H1.HeaderClassName
{
color: #5A4BCC;
}
.AnyTagClassName
{
color: #5A4BCC;
}
</style>
background-color css
<style>
a { background-color: #5A4BCC; }
a { background-color: rgb(90,75,204); }
div.DivClassName
{
background-color: #5A4BCC;
}
.BgClassName
{
background-color: #5A4BCC;
}
</style>
border-color css
<style>
span { border-color: #5A4BCC; }
span { border-color: rgb(90,75,204); }
td.TdClassName
{
border-color: #5A4BCC;
}
.TagClassName
{
border-color: #5A4BCC;
}
</style>