Shades of Slate Blue #554BCB
Tints of Slate Blue #554BCB
RGB
CMYK
RGB Variations
Color information
#554BCB (or 0x554BCB) is known color: Slate Blue. HEX triplet: 55, 4B and CB. RGB value is (85,75,203). Sum of RGB (Red+Green+Blue) = 85+75+203=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #554BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BCB is #AAB434. Grayscale: #5C5C5C. Windows color (decimal): -11187253 or 13323093. OLE color: 13323093.
HSL color Cylindrical-coordinate representation of color #554BCB: hue angle of 244.69º degrees, saturation: 0.55, 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 #554BCB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 75 | 203 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.20 |
| HSL | 244.69º | 0.55% | 0.55% | - |
| HSV(B) | 244.69º | 0.63% | 0.8% | - |
| XYZ | 17.04 | 11.28 | 57.78 | - |
| YUV | 92.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 203 | 0.58 | 0.63 | 0 | 0.20 | 244.69 | 0.55 | 0.55 |
| Hex | 55 | 4B | CB | 3A | 3F | 0 | 14 | F5 | 37 | 37 |
| Octal | 125 | 113 | 313 | 72 | 77 | 0 | 24 | 365 | 67 | 67 |
| Binary | 1010101 | 1001011 | 11001011 | 111010 | 111111 | 0 | 10100 | 11110101 | 110111 | 110111 |
Color Harmonies of #554BCB
Complementary color
Monochromatic Colors of #554BCB
Black with #554BCB
Text Example
Text Example
White with #554BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BCB; }
p { color: rgb(85,75,203); }
H1.HeaderClassName
{
color: #554BCB;
}
.AnyTagClassName
{
color: #554BCB;
}
</style>
background-color css
<style>
a { background-color: #554BCB; }
a { background-color: rgb(85,75,203); }
div.DivClassName
{
background-color: #554BCB;
}
.BgClassName
{
background-color: #554BCB;
}
</style>
border-color css
<style>
span { border-color: #554BCB; }
span { border-color: rgb(85,75,203); }
td.TdClassName
{
border-color: #554BCB;
}
.TagClassName
{
border-color: #554BCB;
}
</style>