Shades of Slate Blue #5551CC
Tints of Slate Blue #5551CC
RGB
CMYK
RGB Variations
Color information
#5551CC (or 0x5551CC) is known color: Slate Blue. HEX triplet: 55, 51 and CC. RGB value is (85,81,204). Sum of RGB (Red+Green+Blue) = 85+81+204=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #5551CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551CC is #AAAE33. Grayscale: #5F5F5F. Windows color (decimal): -11185716 or 13390165. OLE color: 13390165.
HSL color Cylindrical-coordinate representation of color #5551CC: hue angle of 241.95º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5551CC is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 81 | 204 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.2 |
| HSL | 241.95º | 0.55% | 0.56% | - |
| HSV(B) | 241.95º | 0.6% | 0.8% | - |
| XYZ | 17.59 | 12.18 | 58.55 | - |
| YUV | 96.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 204 | 0.58 | 0.60 | 0 | 0.2 | 241.95 | 0.55 | 0.56 |
| Hex | 55 | 51 | CC | 3A | 3C | 0 | 14 | F2 | 37 | 38 |
| Octal | 125 | 121 | 314 | 72 | 74 | 0 | 24 | 362 | 67 | 70 |
| Binary | 1010101 | 1010001 | 11001100 | 111010 | 111100 | 0 | 10100 | 11110010 | 110111 | 111000 |
Color Harmonies of #5551CC
Complementary color
Monochromatic Colors of #5551CC
Black with #5551CC
Text Example
Text Example
White with #5551CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551CC; }
p { color: rgb(85,81,204); }
H1.HeaderClassName
{
color: #5551CC;
}
.AnyTagClassName
{
color: #5551CC;
}
</style>
background-color css
<style>
a { background-color: #5551CC; }
a { background-color: rgb(85,81,204); }
div.DivClassName
{
background-color: #5551CC;
}
.BgClassName
{
background-color: #5551CC;
}
</style>
border-color css
<style>
span { border-color: #5551CC; }
span { border-color: rgb(85,81,204); }
td.TdClassName
{
border-color: #5551CC;
}
.TagClassName
{
border-color: #5551CC;
}
</style>