Shades of Slate Blue #554ACB
Tints of Slate Blue #554ACB
RGB
CMYK
RGB Variations
Color information
#554ACB (or 0x554ACB) is known color: Slate Blue. HEX triplet: 55, 4A and CB. RGB value is (85,74,203). Sum of RGB (Red+Green+Blue) = 85+74+203=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #554ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ACB is #AAB534. Grayscale: #5B5B5B. Windows color (decimal): -11187509 or 13322837. OLE color: 13322837.
HSL color Cylindrical-coordinate representation of color #554ACB: hue angle of 245.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554ACB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 74 | 203 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.20 |
| HSL | 245.12º | 0.55% | 0.54% | - |
| HSV(B) | 245.12º | 0.64% | 0.8% | - |
| XYZ | 16.97 | 11.14 | 57.76 | - |
| YUV | 92 | 190.64 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 203 | 0.58 | 0.64 | 0 | 0.20 | 245.12 | 0.55 | 0.54 |
| Hex | 55 | 4A | CB | 3A | 40 | 0 | 14 | F5 | 37 | 36 |
| Octal | 125 | 112 | 313 | 72 | 100 | 0 | 24 | 365 | 67 | 66 |
| Binary | 1010101 | 1001010 | 11001011 | 111010 | 1000000 | 0 | 10100 | 11110101 | 110111 | 110110 |
Color Harmonies of #554ACB
Complementary color
Monochromatic Colors of #554ACB
Black with #554ACB
Text Example
Text Example
White with #554ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ACB; }
p { color: rgb(85,74,203); }
H1.HeaderClassName
{
color: #554ACB;
}
.AnyTagClassName
{
color: #554ACB;
}
</style>
background-color css
<style>
a { background-color: #554ACB; }
a { background-color: rgb(85,74,203); }
div.DivClassName
{
background-color: #554ACB;
}
.BgClassName
{
background-color: #554ACB;
}
</style>
border-color css
<style>
span { border-color: #554ACB; }
span { border-color: rgb(85,74,203); }
td.TdClassName
{
border-color: #554ACB;
}
.TagClassName
{
border-color: #554ACB;
}
</style>