Shades of Slate Blue #5F5FCC
Tints of Slate Blue #5F5FCC
RGB
CMYK
RGB Variations
Color information
#5F5FCC (or 0x5F5FCC) is known color: Slate Blue. HEX triplet: 5F, 5F and CC. RGB value is (95,95,204). Sum of RGB (Red+Green+Blue) = 95+95+204=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5FCC is #A0A033. Grayscale: #6A6A6A. Windows color (decimal): -10526772 or 13393759. OLE color: 13393759.
HSL color Cylindrical-coordinate representation of color #5F5FCC: hue angle of 240º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F5FCC is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 95 | 204 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.2 |
| HSL | 240º | 0.52% | 0.59% | - |
| HSV(B) | 240º | 0.53% | 0.8% | - |
| XYZ | 19.71 | 14.98 | 58.98 | - |
| YUV | 107.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 95 | 204 | 0.53 | 0.53 | 0 | 0.2 | 240 | 0.52 | 0.59 |
| Hex | 5F | 5F | CC | 35 | 35 | 0 | 14 | F0 | 34 | 3B |
| Octal | 137 | 137 | 314 | 65 | 65 | 0 | 24 | 360 | 64 | 73 |
| Binary | 1011111 | 1011111 | 11001100 | 110101 | 110101 | 0 | 10100 | 11110000 | 110100 | 111011 |
Color Harmonies of #5F5FCC
Complementary color
Monochromatic Colors of #5F5FCC
Black with #5F5FCC
Text Example
Text Example
White with #5F5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5FCC; }
p { color: rgb(95,95,204); }
H1.HeaderClassName
{
color: #5F5FCC;
}
.AnyTagClassName
{
color: #5F5FCC;
}
</style>
background-color css
<style>
a { background-color: #5F5FCC; }
a { background-color: rgb(95,95,204); }
div.DivClassName
{
background-color: #5F5FCC;
}
.BgClassName
{
background-color: #5F5FCC;
}
</style>
border-color css
<style>
span { border-color: #5F5FCC; }
span { border-color: rgb(95,95,204); }
td.TdClassName
{
border-color: #5F5FCC;
}
.TagClassName
{
border-color: #5F5FCC;
}
</style>