Shades of Slate Blue #5A65CE
Tints of Slate Blue #5A65CE
RGB
CMYK
RGB Variations
Color information
#5A65CE (or 0x5A65CE) is known color: Slate Blue. HEX triplet: 5A, 65 and CE. RGB value is (90,101,206). Sum of RGB (Red+Green+Blue) = 90+101+206=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A65CE is #A59A31. Grayscale: #6D6D6D. Windows color (decimal): -10852914 or 13526362. OLE color: 13526362.
HSL color Cylindrical-coordinate representation of color #5A65CE: hue angle of 234.31º 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 #5A65CE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 101 | 206 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.19 |
| HSL | 234.31º | 0.54% | 0.58% | - |
| HSV(B) | 234.31º | 0.56% | 0.81% | - |
| XYZ | 20.01 | 15.94 | 60.41 | - |
| YUV | 109.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 206 | 0.56 | 0.51 | 0 | 0.19 | 234.31 | 0.54 | 0.58 |
| Hex | 5A | 65 | CE | 38 | 33 | 0 | 13 | EA | 36 | 3A |
| Octal | 132 | 145 | 316 | 70 | 63 | 0 | 23 | 352 | 66 | 72 |
| Binary | 1011010 | 1100101 | 11001110 | 111000 | 110011 | 0 | 10011 | 11101010 | 110110 | 111010 |
Color Harmonies of #5A65CE
Complementary color
Monochromatic Colors of #5A65CE
Black with #5A65CE
Text Example
Text Example
White with #5A65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A65CE; }
p { color: rgb(90,101,206); }
H1.HeaderClassName
{
color: #5A65CE;
}
.AnyTagClassName
{
color: #5A65CE;
}
</style>
background-color css
<style>
a { background-color: #5A65CE; }
a { background-color: rgb(90,101,206); }
div.DivClassName
{
background-color: #5A65CE;
}
.BgClassName
{
background-color: #5A65CE;
}
</style>
border-color css
<style>
span { border-color: #5A65CE; }
span { border-color: rgb(90,101,206); }
td.TdClassName
{
border-color: #5A65CE;
}
.TagClassName
{
border-color: #5A65CE;
}
</style>