Shades of Slate Blue #5B5FCC
Tints of Slate Blue #5B5FCC
RGB
CMYK
RGB Variations
Color information
#5B5FCC (or 0x5B5FCC) is known color: Slate Blue. HEX triplet: 5B, 5F and CC. RGB value is (91,95,204). Sum of RGB (Red+Green+Blue) = 91+95+204=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FCC is #A4A033. Grayscale: #696969. Windows color (decimal): -10788916 or 13393755. OLE color: 13393755.
HSL color Cylindrical-coordinate representation of color #5B5FCC: hue angle of 237.88º degrees, saturation: 0.53, 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 #5B5FCC is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 95 | 204 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.2 |
| HSL | 237.88º | 0.53% | 0.58% | - |
| HSV(B) | 237.88º | 0.55% | 0.8% | - |
| XYZ | 19.31 | 14.77 | 58.96 | - |
| YUV | 106.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 204 | 0.55 | 0.53 | 0 | 0.2 | 237.88 | 0.53 | 0.58 |
| Hex | 5B | 5F | CC | 37 | 35 | 0 | 14 | EE | 35 | 3A |
| Octal | 133 | 137 | 314 | 67 | 65 | 0 | 24 | 356 | 65 | 72 |
| Binary | 1011011 | 1011111 | 11001100 | 110111 | 110101 | 0 | 10100 | 11101110 | 110101 | 111010 |
Color Harmonies of #5B5FCC
Complementary color
Monochromatic Colors of #5B5FCC
Black with #5B5FCC
Text Example
Text Example
White with #5B5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FCC; }
p { color: rgb(91,95,204); }
H1.HeaderClassName
{
color: #5B5FCC;
}
.AnyTagClassName
{
color: #5B5FCC;
}
</style>
background-color css
<style>
a { background-color: #5B5FCC; }
a { background-color: rgb(91,95,204); }
div.DivClassName
{
background-color: #5B5FCC;
}
.BgClassName
{
background-color: #5B5FCC;
}
</style>
border-color css
<style>
span { border-color: #5B5FCC; }
span { border-color: rgb(91,95,204); }
td.TdClassName
{
border-color: #5B5FCC;
}
.TagClassName
{
border-color: #5B5FCC;
}
</style>