Shades of Slate Blue #5554CF
Tints of Slate Blue #5554CF
RGB
CMYK
RGB Variations
Color information
#5554CF (or 0x5554CF) is known color: Slate Blue. HEX triplet: 55, 54 and CF. RGB value is (85,84,207). Sum of RGB (Red+Green+Blue) = 85+84+207=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #5554CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554CF is #AAAB30. Grayscale: #616161. Windows color (decimal): -11184945 or 13587541. OLE color: 13587541.
HSL color Cylindrical-coordinate representation of color #5554CF: hue angle of 240.49º 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 #5554CF is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 84 | 207 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.19 |
| HSL | 240.49º | 0.56% | 0.57% | - |
| HSV(B) | 240.49º | 0.59% | 0.81% | - |
| XYZ | 18.18 | 12.78 | 60.54 | - |
| YUV | 98.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 207 | 0.59 | 0.59 | 0 | 0.19 | 240.49 | 0.56 | 0.57 |
| Hex | 55 | 54 | CF | 3B | 3B | 0 | 13 | F0 | 38 | 39 |
| Octal | 125 | 124 | 317 | 73 | 73 | 0 | 23 | 360 | 70 | 71 |
| Binary | 1010101 | 1010100 | 11001111 | 111011 | 111011 | 0 | 10011 | 11110000 | 111000 | 111001 |
Color Harmonies of #5554CF
Complementary color
Monochromatic Colors of #5554CF
Black with #5554CF
Text Example
Text Example
White with #5554CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5554CF; }
p { color: rgb(85,84,207); }
H1.HeaderClassName
{
color: #5554CF;
}
.AnyTagClassName
{
color: #5554CF;
}
</style>
background-color css
<style>
a { background-color: #5554CF; }
a { background-color: rgb(85,84,207); }
div.DivClassName
{
background-color: #5554CF;
}
.BgClassName
{
background-color: #5554CF;
}
</style>
border-color css
<style>
span { border-color: #5554CF; }
span { border-color: rgb(85,84,207); }
td.TdClassName
{
border-color: #5554CF;
}
.TagClassName
{
border-color: #5554CF;
}
</style>