Shades of Slate Blue #554BDA
Tints of Slate Blue #554BDA
RGB
CMYK
RGB Variations
Color information
#554BDA (or 0x554BDA) is known color: Slate Blue. HEX triplet: 55, 4B and DA. RGB value is (85,75,218). Sum of RGB (Red+Green+Blue) = 85+75+218=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #554BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BDA is #AAB425. Grayscale: #5D5D5D. Windows color (decimal): -11187238 or 14306133. OLE color: 14306133.
HSL color Cylindrical-coordinate representation of color #554BDA: hue angle of 244.2º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554BDA is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 75 | 218 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.15 |
| HSL | 244.2º | 0.66% | 0.57% | - |
| HSV(B) | 244.2º | 0.66% | 0.85% | - |
| XYZ | 18.92 | 12.03 | 67.65 | - |
| YUV | 94.29 | 197.81 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 218 | 0.61 | 0.66 | 0 | 0.15 | 244.2 | 0.66 | 0.57 |
| Hex | 55 | 4B | DA | 3D | 42 | 0 | F | F4 | 42 | 39 |
| Octal | 125 | 113 | 332 | 75 | 102 | 0 | 17 | 364 | 102 | 71 |
| Binary | 1010101 | 1001011 | 11011010 | 111101 | 1000010 | 0 | 1111 | 11110100 | 1000010 | 111001 |
Color Harmonies of #554BDA
Complementary color
Monochromatic Colors of #554BDA
Black with #554BDA
Text Example
Text Example
White with #554BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BDA; }
p { color: rgb(85,75,218); }
H1.HeaderClassName
{
color: #554BDA;
}
.AnyTagClassName
{
color: #554BDA;
}
</style>
background-color css
<style>
a { background-color: #554BDA; }
a { background-color: rgb(85,75,218); }
div.DivClassName
{
background-color: #554BDA;
}
.BgClassName
{
background-color: #554BDA;
}
</style>
border-color css
<style>
span { border-color: #554BDA; }
span { border-color: rgb(85,75,218); }
td.TdClassName
{
border-color: #554BDA;
}
.TagClassName
{
border-color: #554BDA;
}
</style>