Shades of Slate Blue #5555CF
Tints of Slate Blue #5555CF
RGB
CMYK
RGB Variations
Color information
#5555CF (or 0x5555CF) is known color: Slate Blue. HEX triplet: 55, 55 and CF. RGB value is (85,85,207). Sum of RGB (Red+Green+Blue) = 85+85+207=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #5555CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5555CF is #AAAA30. Grayscale: #626262. Windows color (decimal): -11184689 or 13587797. OLE color: 13587797.
HSL color Cylindrical-coordinate representation of color #5555CF: hue angle of 240º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5555CF is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 85 | 207 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.19 |
| HSL | 240º | 0.56% | 0.57% | - |
| HSV(B) | 240º | 0.59% | 0.81% | - |
| XYZ | 18.26 | 12.93 | 60.57 | - |
| YUV | 98.91 | 189 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 207 | 0.59 | 0.59 | 0 | 0.19 | 240 | 0.56 | 0.57 |
| Hex | 55 | 55 | CF | 3B | 3B | 0 | 13 | F0 | 38 | 39 |
| Octal | 125 | 125 | 317 | 73 | 73 | 0 | 23 | 360 | 70 | 71 |
| Binary | 1010101 | 1010101 | 11001111 | 111011 | 111011 | 0 | 10011 | 11110000 | 111000 | 111001 |
Color Harmonies of #5555CF
Complementary color
Monochromatic Colors of #5555CF
Black with #5555CF
Text Example
Text Example
White with #5555CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5555CF; }
p { color: rgb(85,85,207); }
H1.HeaderClassName
{
color: #5555CF;
}
.AnyTagClassName
{
color: #5555CF;
}
</style>
background-color css
<style>
a { background-color: #5555CF; }
a { background-color: rgb(85,85,207); }
div.DivClassName
{
background-color: #5555CF;
}
.BgClassName
{
background-color: #5555CF;
}
</style>
border-color css
<style>
span { border-color: #5555CF; }
span { border-color: rgb(85,85,207); }
td.TdClassName
{
border-color: #5555CF;
}
.TagClassName
{
border-color: #5555CF;
}
</style>