Shades of Slate Blue #5F66CE
Tints of Slate Blue #5F66CE
RGB
CMYK
RGB Variations
Color information
#5F66CE (or 0x5F66CE) is known color: Slate Blue. HEX triplet: 5F, 66 and CE. RGB value is (95,102,206). Sum of RGB (Red+Green+Blue) = 95+102+206=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F66CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F66CE is #A09931. Grayscale: #6F6F6F. Windows color (decimal): -10524978 or 13526623. OLE color: 13526623.
HSL color Cylindrical-coordinate representation of color #5F66CE: hue angle of 236.22º 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 #5F66CE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 102 | 206 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.19 |
| HSL | 236.22º | 0.53% | 0.59% | - |
| HSV(B) | 236.22º | 0.54% | 0.81% | - |
| XYZ | 20.61 | 16.39 | 60.47 | - |
| YUV | 111.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 206 | 0.54 | 0.50 | 0 | 0.19 | 236.22 | 0.53 | 0.59 |
| Hex | 5F | 66 | CE | 36 | 32 | 0 | 13 | EC | 35 | 3B |
| Octal | 137 | 146 | 316 | 66 | 62 | 0 | 23 | 354 | 65 | 73 |
| Binary | 1011111 | 1100110 | 11001110 | 110110 | 110010 | 0 | 10011 | 11101100 | 110101 | 111011 |
Color Harmonies of #5F66CE
Complementary color
Monochromatic Colors of #5F66CE
Black with #5F66CE
Text Example
Text Example
White with #5F66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F66CE; }
p { color: rgb(95,102,206); }
H1.HeaderClassName
{
color: #5F66CE;
}
.AnyTagClassName
{
color: #5F66CE;
}
</style>
background-color css
<style>
a { background-color: #5F66CE; }
a { background-color: rgb(95,102,206); }
div.DivClassName
{
background-color: #5F66CE;
}
.BgClassName
{
background-color: #5F66CE;
}
</style>
border-color css
<style>
span { border-color: #5F66CE; }
span { border-color: rgb(95,102,206); }
td.TdClassName
{
border-color: #5F66CE;
}
.TagClassName
{
border-color: #5F66CE;
}
</style>