Shades of Slate Blue #554FE0
Tints of Slate Blue #554FE0
RGB
CMYK
RGB Variations
Color information
#554FE0 (or 0x554FE0) is known color: Slate Blue. HEX triplet: 55, 4F and E0. RGB value is (85,79,224). Sum of RGB (Red+Green+Blue) = 85+79+224=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #554FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FE0 is #AAB01F. Grayscale: #606060. Windows color (decimal): -11186208 or 14700373. OLE color: 14700373.
HSL color Cylindrical-coordinate representation of color #554FE0: hue angle of 242.48º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554FE0 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 79 | 224 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.12 |
| HSL | 242.48º | 0.7% | 0.59% | - |
| HSV(B) | 242.48º | 0.65% | 0.88% | - |
| XYZ | 20 | 12.91 | 71.96 | - |
| YUV | 97.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 224 | 0.62 | 0.65 | 0 | 0.12 | 242.48 | 0.7 | 0.59 |
| Hex | 55 | 4F | E0 | 3E | 41 | 0 | C | F2 | 46 | 3B |
| Octal | 125 | 117 | 340 | 76 | 101 | 0 | 14 | 362 | 106 | 73 |
| Binary | 1010101 | 1001111 | 11100000 | 111110 | 1000001 | 0 | 1100 | 11110010 | 1000110 | 111011 |
Color Harmonies of #554FE0
Complementary color
Monochromatic Colors of #554FE0
Black with #554FE0
Text Example
Text Example
White with #554FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554FE0; }
p { color: rgb(85,79,224); }
H1.HeaderClassName
{
color: #554FE0;
}
.AnyTagClassName
{
color: #554FE0;
}
</style>
background-color css
<style>
a { background-color: #554FE0; }
a { background-color: rgb(85,79,224); }
div.DivClassName
{
background-color: #554FE0;
}
.BgClassName
{
background-color: #554FE0;
}
</style>
border-color css
<style>
span { border-color: #554FE0; }
span { border-color: rgb(85,79,224); }
td.TdClassName
{
border-color: #554FE0;
}
.TagClassName
{
border-color: #554FE0;
}
</style>