Shades of Slate Blue #5B5FCB
Tints of Slate Blue #5B5FCB
RGB
CMYK
RGB Variations
Color information
#5B5FCB (or 0x5B5FCB) is known color: Slate Blue. HEX triplet: 5B, 5F and CB. RGB value is (91,95,203). Sum of RGB (Red+Green+Blue) = 91+95+203=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B5FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FCB is #A4A034. Grayscale: #696969. Windows color (decimal): -10788917 or 13328219. OLE color: 13328219.
HSL color Cylindrical-coordinate representation of color #5B5FCB: hue angle of 237.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B5FCB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 95 | 203 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.20 |
| HSL | 237.86º | 0.52% | 0.58% | - |
| HSV(B) | 237.86º | 0.55% | 0.8% | - |
| XYZ | 19.19 | 14.72 | 58.33 | - |
| YUV | 106.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 203 | 0.55 | 0.53 | 0 | 0.20 | 237.86 | 0.52 | 0.58 |
| Hex | 5B | 5F | CB | 37 | 35 | 0 | 14 | EE | 34 | 3A |
| Octal | 133 | 137 | 313 | 67 | 65 | 0 | 24 | 356 | 64 | 72 |
| Binary | 1011011 | 1011111 | 11001011 | 110111 | 110101 | 0 | 10100 | 11101110 | 110100 | 111010 |
Color Harmonies of #5B5FCB
Complementary color
Monochromatic Colors of #5B5FCB
Black with #5B5FCB
Text Example
Text Example
White with #5B5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FCB; }
p { color: rgb(91,95,203); }
H1.HeaderClassName
{
color: #5B5FCB;
}
.AnyTagClassName
{
color: #5B5FCB;
}
</style>
background-color css
<style>
a { background-color: #5B5FCB; }
a { background-color: rgb(91,95,203); }
div.DivClassName
{
background-color: #5B5FCB;
}
.BgClassName
{
background-color: #5B5FCB;
}
</style>
border-color css
<style>
span { border-color: #5B5FCB; }
span { border-color: rgb(91,95,203); }
td.TdClassName
{
border-color: #5B5FCB;
}
.TagClassName
{
border-color: #5B5FCB;
}
</style>