Shades of Slate Blue #5A5ACB
Tints of Slate Blue #5A5ACB
RGB
CMYK
RGB Variations
Color information
#5A5ACB (or 0x5A5ACB) is known color: Slate Blue. HEX triplet: 5A, 5A and CB. RGB value is (90,90,203). Sum of RGB (Red+Green+Blue) = 90+90+203=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5ACB is #A5A534. Grayscale: #666666. Windows color (decimal): -10855733 or 13326938. OLE color: 13326938.
HSL color Cylindrical-coordinate representation of color #5A5ACB: hue angle of 240º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A5ACB is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 90 | 203 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.20 |
| HSL | 240º | 0.52% | 0.57% | - |
| HSV(B) | 240º | 0.56% | 0.8% | - |
| XYZ | 18.65 | 13.8 | 58.18 | - |
| YUV | 102.88 | 184.5 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 203 | 0.56 | 0.56 | 0 | 0.20 | 240 | 0.52 | 0.57 |
| Hex | 5A | 5A | CB | 38 | 38 | 0 | 14 | F0 | 34 | 39 |
| Octal | 132 | 132 | 313 | 70 | 70 | 0 | 24 | 360 | 64 | 71 |
| Binary | 1011010 | 1011010 | 11001011 | 111000 | 111000 | 0 | 10100 | 11110000 | 110100 | 111001 |
Color Harmonies of #5A5ACB
Complementary color
Monochromatic Colors of #5A5ACB
Black with #5A5ACB
Text Example
Text Example
White with #5A5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5ACB; }
p { color: rgb(90,90,203); }
H1.HeaderClassName
{
color: #5A5ACB;
}
.AnyTagClassName
{
color: #5A5ACB;
}
</style>
background-color css
<style>
a { background-color: #5A5ACB; }
a { background-color: rgb(90,90,203); }
div.DivClassName
{
background-color: #5A5ACB;
}
.BgClassName
{
background-color: #5A5ACB;
}
</style>
border-color css
<style>
span { border-color: #5A5ACB; }
span { border-color: rgb(90,90,203); }
td.TdClassName
{
border-color: #5A5ACB;
}
.TagClassName
{
border-color: #5A5ACB;
}
</style>