Shades of Slate Blue #5B66CC
Tints of Slate Blue #5B66CC
RGB
CMYK
RGB Variations
Color information
#5B66CC (or 0x5B66CC) is known color: Slate Blue. HEX triplet: 5B, 66 and CC. RGB value is (91,102,204). Sum of RGB (Red+Green+Blue) = 91+102+204=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B66CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B66CC is #A49933. Grayscale: #6D6D6D. Windows color (decimal): -10787124 or 13395547. OLE color: 13395547.
HSL color Cylindrical-coordinate representation of color #5B66CC: hue angle of 234.16º degrees, saturation: 0.53, 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 #5B66CC is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 102 | 204 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.2 |
| HSL | 234.16º | 0.53% | 0.58% | - |
| HSV(B) | 234.16º | 0.55% | 0.8% | - |
| XYZ | 19.96 | 16.09 | 59.18 | - |
| YUV | 110.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 204 | 0.55 | 0.5 | 0 | 0.2 | 234.16 | 0.53 | 0.58 |
| Hex | 5B | 66 | CC | 37 | 32 | 0 | 14 | EA | 35 | 3A |
| Octal | 133 | 146 | 314 | 67 | 62 | 0 | 24 | 352 | 65 | 72 |
| Binary | 1011011 | 1100110 | 11001100 | 110111 | 110010 | 0 | 10100 | 11101010 | 110101 | 111010 |
Color Harmonies of #5B66CC
Complementary color
Monochromatic Colors of #5B66CC
Black with #5B66CC
Text Example
Text Example
White with #5B66CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B66CC; }
p { color: rgb(91,102,204); }
H1.HeaderClassName
{
color: #5B66CC;
}
.AnyTagClassName
{
color: #5B66CC;
}
</style>
background-color css
<style>
a { background-color: #5B66CC; }
a { background-color: rgb(91,102,204); }
div.DivClassName
{
background-color: #5B66CC;
}
.BgClassName
{
background-color: #5B66CC;
}
</style>
border-color css
<style>
span { border-color: #5B66CC; }
span { border-color: rgb(91,102,204); }
td.TdClassName
{
border-color: #5B66CC;
}
.TagClassName
{
border-color: #5B66CC;
}
</style>