Shades of Slate Blue #5B64CB
Tints of Slate Blue #5B64CB
RGB
CMYK
RGB Variations
Color information
#5B64CB (or 0x5B64CB) is known color: Slate Blue. HEX triplet: 5B, 64 and CB. RGB value is (91,100,203). Sum of RGB (Red+Green+Blue) = 91+100+203=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B64CB is #A49B34. Grayscale: #6C6C6C. Windows color (decimal): -10787637 or 13329499. OLE color: 13329499.
HSL color Cylindrical-coordinate representation of color #5B64CB: hue angle of 235.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B64CB is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 100 | 203 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.20 |
| HSL | 235.18º | 0.52% | 0.58% | - |
| HSV(B) | 235.18º | 0.55% | 0.8% | - |
| XYZ | 19.65 | 15.65 | 58.49 | - |
| YUV | 109.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 203 | 0.55 | 0.51 | 0 | 0.20 | 235.18 | 0.52 | 0.58 |
| Hex | 5B | 64 | CB | 37 | 33 | 0 | 14 | EB | 34 | 3A |
| Octal | 133 | 144 | 313 | 67 | 63 | 0 | 24 | 353 | 64 | 72 |
| Binary | 1011011 | 1100100 | 11001011 | 110111 | 110011 | 0 | 10100 | 11101011 | 110100 | 111010 |
Color Harmonies of #5B64CB
Complementary color
Monochromatic Colors of #5B64CB
Black with #5B64CB
Text Example
Text Example
White with #5B64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B64CB; }
p { color: rgb(91,100,203); }
H1.HeaderClassName
{
color: #5B64CB;
}
.AnyTagClassName
{
color: #5B64CB;
}
</style>
background-color css
<style>
a { background-color: #5B64CB; }
a { background-color: rgb(91,100,203); }
div.DivClassName
{
background-color: #5B64CB;
}
.BgClassName
{
background-color: #5B64CB;
}
</style>
border-color css
<style>
span { border-color: #5B64CB; }
span { border-color: rgb(91,100,203); }
td.TdClassName
{
border-color: #5B64CB;
}
.TagClassName
{
border-color: #5B64CB;
}
</style>