Shades of Slate Blue #554BCC
Tints of Slate Blue #554BCC
RGB
CMYK
RGB Variations
Color information
#554BCC (or 0x554BCC) is known color: Slate Blue. HEX triplet: 55, 4B and CC. RGB value is (85,75,204). Sum of RGB (Red+Green+Blue) = 85+75+204=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #554BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BCC is #AAB433. Grayscale: #5C5C5C. Windows color (decimal): -11187252 or 13388629. OLE color: 13388629.
HSL color Cylindrical-coordinate representation of color #554BCC: hue angle of 244.65º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #554BCC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 75 | 204 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.2 |
| HSL | 244.65º | 0.56% | 0.55% | - |
| HSV(B) | 244.65º | 0.63% | 0.8% | - |
| XYZ | 17.16 | 11.32 | 58.41 | - |
| YUV | 92.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 204 | 0.58 | 0.63 | 0 | 0.2 | 244.65 | 0.56 | 0.55 |
| Hex | 55 | 4B | CC | 3A | 3F | 0 | 14 | F5 | 38 | 37 |
| Octal | 125 | 113 | 314 | 72 | 77 | 0 | 24 | 365 | 70 | 67 |
| Binary | 1010101 | 1001011 | 11001100 | 111010 | 111111 | 0 | 10100 | 11110101 | 111000 | 110111 |
Color Harmonies of #554BCC
Complementary color
Monochromatic Colors of #554BCC
Black with #554BCC
Text Example
Text Example
White with #554BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BCC; }
p { color: rgb(85,75,204); }
H1.HeaderClassName
{
color: #554BCC;
}
.AnyTagClassName
{
color: #554BCC;
}
</style>
background-color css
<style>
a { background-color: #554BCC; }
a { background-color: rgb(85,75,204); }
div.DivClassName
{
background-color: #554BCC;
}
.BgClassName
{
background-color: #554BCC;
}
</style>
border-color css
<style>
span { border-color: #554BCC; }
span { border-color: rgb(85,75,204); }
td.TdClassName
{
border-color: #554BCC;
}
.TagClassName
{
border-color: #554BCC;
}
</style>