Shades of Slate Blue #554FDB
Tints of Slate Blue #554FDB
RGB
CMYK
RGB Variations
Color information
#554FDB (or 0x554FDB) is known color: Slate Blue. HEX triplet: 55, 4F and DB. RGB value is (85,79,219). Sum of RGB (Red+Green+Blue) = 85+79+219=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #554FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FDB is #AAB024. Grayscale: #606060. Windows color (decimal): -11186213 or 14372693. OLE color: 14372693.
HSL color Cylindrical-coordinate representation of color #554FDB: hue angle of 242.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554FDB is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 79 | 219 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.14 |
| HSL | 242.57º | 0.66% | 0.58% | - |
| HSV(B) | 242.57º | 0.64% | 0.86% | - |
| XYZ | 19.33 | 12.64 | 68.44 | - |
| YUV | 96.75 | 196.99 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 219 | 0.61 | 0.64 | 0 | 0.14 | 242.57 | 0.66 | 0.58 |
| Hex | 55 | 4F | DB | 3D | 40 | 0 | E | F3 | 42 | 3A |
| Octal | 125 | 117 | 333 | 75 | 100 | 0 | 16 | 363 | 102 | 72 |
| Binary | 1010101 | 1001111 | 11011011 | 111101 | 1000000 | 0 | 1110 | 11110011 | 1000010 | 111010 |
Color Harmonies of #554FDB
Complementary color
Monochromatic Colors of #554FDB
Black with #554FDB
Text Example
Text Example
White with #554FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554FDB; }
p { color: rgb(85,79,219); }
H1.HeaderClassName
{
color: #554FDB;
}
.AnyTagClassName
{
color: #554FDB;
}
</style>
background-color css
<style>
a { background-color: #554FDB; }
a { background-color: rgb(85,79,219); }
div.DivClassName
{
background-color: #554FDB;
}
.BgClassName
{
background-color: #554FDB;
}
</style>
border-color css
<style>
span { border-color: #554FDB; }
span { border-color: rgb(85,79,219); }
td.TdClassName
{
border-color: #554FDB;
}
.TagClassName
{
border-color: #554FDB;
}
</style>