Shades of Slate Blue #5552CC
Tints of Slate Blue #5552CC
RGB
CMYK
RGB Variations
Color information
#5552CC (or 0x5552CC) is known color: Slate Blue. HEX triplet: 55, 52 and CC. RGB value is (85,82,204). Sum of RGB (Red+Green+Blue) = 85+82+204=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #5552CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552CC is #AAAD33. Grayscale: #606060. Windows color (decimal): -11185460 or 13390421. OLE color: 13390421.
HSL color Cylindrical-coordinate representation of color #5552CC: hue angle of 241.48º degrees, saturation: 0.54, 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 #5552CC is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 82 | 204 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.2 |
| HSL | 241.48º | 0.54% | 0.56% | - |
| HSV(B) | 241.48º | 0.6% | 0.8% | - |
| XYZ | 17.66 | 12.33 | 58.57 | - |
| YUV | 96.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 204 | 0.58 | 0.60 | 0 | 0.2 | 241.48 | 0.54 | 0.56 |
| Hex | 55 | 52 | CC | 3A | 3C | 0 | 14 | F1 | 36 | 38 |
| Octal | 125 | 122 | 314 | 72 | 74 | 0 | 24 | 361 | 66 | 70 |
| Binary | 1010101 | 1010010 | 11001100 | 111010 | 111100 | 0 | 10100 | 11110001 | 110110 | 111000 |
Color Harmonies of #5552CC
Complementary color
Monochromatic Colors of #5552CC
Black with #5552CC
Text Example
Text Example
White with #5552CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5552CC; }
p { color: rgb(85,82,204); }
H1.HeaderClassName
{
color: #5552CC;
}
.AnyTagClassName
{
color: #5552CC;
}
</style>
background-color css
<style>
a { background-color: #5552CC; }
a { background-color: rgb(85,82,204); }
div.DivClassName
{
background-color: #5552CC;
}
.BgClassName
{
background-color: #5552CC;
}
</style>
border-color css
<style>
span { border-color: #5552CC; }
span { border-color: rgb(85,82,204); }
td.TdClassName
{
border-color: #5552CC;
}
.TagClassName
{
border-color: #5552CC;
}
</style>