Shades of Slate Blue #5A5FCC
Tints of Slate Blue #5A5FCC
RGB
CMYK
RGB Variations
Color information
#5A5FCC (or 0x5A5FCC) is known color: Slate Blue. HEX triplet: 5A, 5F and CC. RGB value is (90,95,204). Sum of RGB (Red+Green+Blue) = 90+95+204=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5FCC is #A5A033. Grayscale: #696969. Windows color (decimal): -10854452 or 13393754. OLE color: 13393754.
HSL color Cylindrical-coordinate representation of color #5A5FCC: hue angle of 237.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A5FCC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 95 | 204 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.2 |
| HSL | 237.37º | 0.53% | 0.58% | - |
| HSV(B) | 237.37º | 0.56% | 0.8% | - |
| XYZ | 19.21 | 14.72 | 58.96 | - |
| YUV | 105.93 | 183.34 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 204 | 0.56 | 0.53 | 0 | 0.2 | 237.37 | 0.53 | 0.58 |
| Hex | 5A | 5F | CC | 38 | 35 | 0 | 14 | ED | 35 | 3A |
| Octal | 132 | 137 | 314 | 70 | 65 | 0 | 24 | 355 | 65 | 72 |
| Binary | 1011010 | 1011111 | 11001100 | 111000 | 110101 | 0 | 10100 | 11101101 | 110101 | 111010 |
Color Harmonies of #5A5FCC
Complementary color
Monochromatic Colors of #5A5FCC
Black with #5A5FCC
Text Example
Text Example
White with #5A5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5FCC; }
p { color: rgb(90,95,204); }
H1.HeaderClassName
{
color: #5A5FCC;
}
.AnyTagClassName
{
color: #5A5FCC;
}
</style>
background-color css
<style>
a { background-color: #5A5FCC; }
a { background-color: rgb(90,95,204); }
div.DivClassName
{
background-color: #5A5FCC;
}
.BgClassName
{
background-color: #5A5FCC;
}
</style>
border-color css
<style>
span { border-color: #5A5FCC; }
span { border-color: rgb(90,95,204); }
td.TdClassName
{
border-color: #5A5FCC;
}
.TagClassName
{
border-color: #5A5FCC;
}
</style>