Shades of Slate Blue #5F55CC
Tints of Slate Blue #5F55CC
RGB
CMYK
RGB Variations
Color information
#5F55CC (or 0x5F55CC) is known color: Slate Blue. HEX triplet: 5F, 55 and CC. RGB value is (95,85,204). Sum of RGB (Red+Green+Blue) = 95+85+204=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F55CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F55CC is #A0AA33. Grayscale: #656565. Windows color (decimal): -10529332 or 13391199. OLE color: 13391199.
HSL color Cylindrical-coordinate representation of color #5F55CC: hue angle of 245.04º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F55CC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 85 | 204 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.2 |
| HSL | 245.04º | 0.54% | 0.57% | - |
| HSV(B) | 245.04º | 0.58% | 0.8% | - |
| XYZ | 18.87 | 13.29 | 58.7 | - |
| YUV | 101.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 204 | 0.53 | 0.58 | 0 | 0.2 | 245.04 | 0.54 | 0.57 |
| Hex | 5F | 55 | CC | 35 | 3A | 0 | 14 | F5 | 36 | 39 |
| Octal | 137 | 125 | 314 | 65 | 72 | 0 | 24 | 365 | 66 | 71 |
| Binary | 1011111 | 1010101 | 11001100 | 110101 | 111010 | 0 | 10100 | 11110101 | 110110 | 111001 |
Color Harmonies of #5F55CC
Complementary color
Monochromatic Colors of #5F55CC
Black with #5F55CC
Text Example
Text Example
White with #5F55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F55CC; }
p { color: rgb(95,85,204); }
H1.HeaderClassName
{
color: #5F55CC;
}
.AnyTagClassName
{
color: #5F55CC;
}
</style>
background-color css
<style>
a { background-color: #5F55CC; }
a { background-color: rgb(95,85,204); }
div.DivClassName
{
background-color: #5F55CC;
}
.BgClassName
{
background-color: #5F55CC;
}
</style>
border-color css
<style>
span { border-color: #5F55CC; }
span { border-color: rgb(95,85,204); }
td.TdClassName
{
border-color: #5F55CC;
}
.TagClassName
{
border-color: #5F55CC;
}
</style>