Shades of Slate Blue #5A61CE
Tints of Slate Blue #5A61CE
RGB
CMYK
RGB Variations
Color information
#5A61CE (or 0x5A61CE) is known color: Slate Blue. HEX triplet: 5A, 61 and CE. RGB value is (90,97,206). Sum of RGB (Red+Green+Blue) = 90+97+206=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A61CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A61CE is #A59E31. Grayscale: #6A6A6A. Windows color (decimal): -10853938 or 13525338. OLE color: 13525338.
HSL color Cylindrical-coordinate representation of color #5A61CE: hue angle of 236.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A61CE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 97 | 206 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.19 |
| HSL | 236.38º | 0.54% | 0.58% | - |
| HSV(B) | 236.38º | 0.56% | 0.81% | - |
| XYZ | 19.63 | 15.18 | 60.29 | - |
| YUV | 107.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 206 | 0.56 | 0.53 | 0 | 0.19 | 236.38 | 0.54 | 0.58 |
| Hex | 5A | 61 | CE | 38 | 35 | 0 | 13 | EC | 36 | 3A |
| Octal | 132 | 141 | 316 | 70 | 65 | 0 | 23 | 354 | 66 | 72 |
| Binary | 1011010 | 1100001 | 11001110 | 111000 | 110101 | 0 | 10011 | 11101100 | 110110 | 111010 |
Color Harmonies of #5A61CE
Complementary color
Monochromatic Colors of #5A61CE
Black with #5A61CE
Text Example
Text Example
White with #5A61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A61CE; }
p { color: rgb(90,97,206); }
H1.HeaderClassName
{
color: #5A61CE;
}
.AnyTagClassName
{
color: #5A61CE;
}
</style>
background-color css
<style>
a { background-color: #5A61CE; }
a { background-color: rgb(90,97,206); }
div.DivClassName
{
background-color: #5A61CE;
}
.BgClassName
{
background-color: #5A61CE;
}
</style>
border-color css
<style>
span { border-color: #5A61CE; }
span { border-color: rgb(90,97,206); }
td.TdClassName
{
border-color: #5A61CE;
}
.TagClassName
{
border-color: #5A61CE;
}
</style>