Shades of Slate Blue #554BDF
Tints of Slate Blue #554BDF
RGB
CMYK
RGB Variations
Color information
#554BDF (or 0x554BDF) is known color: Slate Blue. HEX triplet: 55, 4B and DF. RGB value is (85,75,223). Sum of RGB (Red+Green+Blue) = 85+75+223=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #554BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BDF is #AAB420. Grayscale: #5E5E5E. Windows color (decimal): -11187233 or 14633813. OLE color: 14633813.
HSL color Cylindrical-coordinate representation of color #554BDF: hue angle of 244.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554BDF is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 75 | 223 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.13 |
| HSL | 244.05º | 0.7% | 0.58% | - |
| HSV(B) | 244.05º | 0.66% | 0.87% | - |
| XYZ | 19.58 | 12.29 | 71.15 | - |
| YUV | 94.86 | 200.31 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 223 | 0.62 | 0.66 | 0 | 0.13 | 244.05 | 0.7 | 0.58 |
| Hex | 55 | 4B | DF | 3E | 42 | 0 | D | F4 | 46 | 3A |
| Octal | 125 | 113 | 337 | 76 | 102 | 0 | 15 | 364 | 106 | 72 |
| Binary | 1010101 | 1001011 | 11011111 | 111110 | 1000010 | 0 | 1101 | 11110100 | 1000110 | 111010 |
Color Harmonies of #554BDF
Complementary color
Monochromatic Colors of #554BDF
Black with #554BDF
Text Example
Text Example
White with #554BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BDF; }
p { color: rgb(85,75,223); }
H1.HeaderClassName
{
color: #554BDF;
}
.AnyTagClassName
{
color: #554BDF;
}
</style>
background-color css
<style>
a { background-color: #554BDF; }
a { background-color: rgb(85,75,223); }
div.DivClassName
{
background-color: #554BDF;
}
.BgClassName
{
background-color: #554BDF;
}
</style>
border-color css
<style>
span { border-color: #554BDF; }
span { border-color: rgb(85,75,223); }
td.TdClassName
{
border-color: #554BDF;
}
.TagClassName
{
border-color: #554BDF;
}
</style>