Shades of Slate Blue #5A66CF
Tints of Slate Blue #5A66CF
RGB
CMYK
RGB Variations
Color information
#5A66CF (or 0x5A66CF) is known color: Slate Blue. HEX triplet: 5A, 66 and CF. RGB value is (90,102,207). Sum of RGB (Red+Green+Blue) = 90+102+207=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A66CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A66CF is #A59930. Grayscale: #6D6D6D. Windows color (decimal): -10852657 or 13592154. OLE color: 13592154.
HSL color Cylindrical-coordinate representation of color #5A66CF: hue angle of 233.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A66CF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 102 | 207 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.19 |
| HSL | 233.85º | 0.55% | 0.58% | - |
| HSV(B) | 233.85º | 0.57% | 0.81% | - |
| XYZ | 20.23 | 16.18 | 61.09 | - |
| YUV | 110.38 | 182.52 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 207 | 0.57 | 0.51 | 0 | 0.19 | 233.85 | 0.55 | 0.58 |
| Hex | 5A | 66 | CF | 39 | 33 | 0 | 13 | EA | 37 | 3A |
| Octal | 132 | 146 | 317 | 71 | 63 | 0 | 23 | 352 | 67 | 72 |
| Binary | 1011010 | 1100110 | 11001111 | 111001 | 110011 | 0 | 10011 | 11101010 | 110111 | 111010 |
Color Harmonies of #5A66CF
Complementary color
Monochromatic Colors of #5A66CF
Black with #5A66CF
Text Example
Text Example
White with #5A66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A66CF; }
p { color: rgb(90,102,207); }
H1.HeaderClassName
{
color: #5A66CF;
}
.AnyTagClassName
{
color: #5A66CF;
}
</style>
background-color css
<style>
a { background-color: #5A66CF; }
a { background-color: rgb(90,102,207); }
div.DivClassName
{
background-color: #5A66CF;
}
.BgClassName
{
background-color: #5A66CF;
}
</style>
border-color css
<style>
span { border-color: #5A66CF; }
span { border-color: rgb(90,102,207); }
td.TdClassName
{
border-color: #5A66CF;
}
.TagClassName
{
border-color: #5A66CF;
}
</style>