Shades of Slate Blue #5F67CE
Tints of Slate Blue #5F67CE
RGB
CMYK
RGB Variations
Color information
#5F67CE (or 0x5F67CE) is known color: Slate Blue. HEX triplet: 5F, 67 and CE. RGB value is (95,103,206). Sum of RGB (Red+Green+Blue) = 95+103+206=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F67CE is #A09831. Grayscale: #6F6F6F. Windows color (decimal): -10524722 or 13526879. OLE color: 13526879.
HSL color Cylindrical-coordinate representation of color #5F67CE: hue angle of 235.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F67CE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 103 | 206 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.19 |
| HSL | 235.68º | 0.53% | 0.59% | - |
| HSV(B) | 235.68º | 0.54% | 0.81% | - |
| XYZ | 20.71 | 16.59 | 60.5 | - |
| YUV | 112.35 | 180.85 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 206 | 0.54 | 0.50 | 0 | 0.19 | 235.68 | 0.53 | 0.59 |
| Hex | 5F | 67 | CE | 36 | 32 | 0 | 13 | EC | 35 | 3B |
| Octal | 137 | 147 | 316 | 66 | 62 | 0 | 23 | 354 | 65 | 73 |
| Binary | 1011111 | 1100111 | 11001110 | 110110 | 110010 | 0 | 10011 | 11101100 | 110101 | 111011 |
Color Harmonies of #5F67CE
Complementary color
Monochromatic Colors of #5F67CE
Black with #5F67CE
Text Example
Text Example
White with #5F67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F67CE; }
p { color: rgb(95,103,206); }
H1.HeaderClassName
{
color: #5F67CE;
}
.AnyTagClassName
{
color: #5F67CE;
}
</style>
background-color css
<style>
a { background-color: #5F67CE; }
a { background-color: rgb(95,103,206); }
div.DivClassName
{
background-color: #5F67CE;
}
.BgClassName
{
background-color: #5F67CE;
}
</style>
border-color css
<style>
span { border-color: #5F67CE; }
span { border-color: rgb(95,103,206); }
td.TdClassName
{
border-color: #5F67CE;
}
.TagClassName
{
border-color: #5F67CE;
}
</style>