Shades of Slate Blue #5F63CC
Tints of Slate Blue #5F63CC
RGB
CMYK
RGB Variations
Color information
#5F63CC (or 0x5F63CC) is known color: Slate Blue. HEX triplet: 5F, 63 and CC. RGB value is (95,99,204). Sum of RGB (Red+Green+Blue) = 95+99+204=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F63CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F63CC is #A09C33. Grayscale: #6D6D6D. Windows color (decimal): -10525748 or 13394783. OLE color: 13394783.
HSL color Cylindrical-coordinate representation of color #5F63CC: hue angle of 237.8º 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 #5F63CC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 99 | 204 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.2 |
| HSL | 237.8º | 0.52% | 0.59% | - |
| HSV(B) | 237.8º | 0.53% | 0.8% | - |
| XYZ | 20.08 | 15.72 | 59.1 | - |
| YUV | 109.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 204 | 0.53 | 0.51 | 0 | 0.2 | 237.8 | 0.52 | 0.59 |
| Hex | 5F | 63 | CC | 35 | 33 | 0 | 14 | EE | 34 | 3B |
| Octal | 137 | 143 | 314 | 65 | 63 | 0 | 24 | 356 | 64 | 73 |
| Binary | 1011111 | 1100011 | 11001100 | 110101 | 110011 | 0 | 10100 | 11101110 | 110100 | 111011 |
Color Harmonies of #5F63CC
Complementary color
Monochromatic Colors of #5F63CC
Black with #5F63CC
Text Example
Text Example
White with #5F63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F63CC; }
p { color: rgb(95,99,204); }
H1.HeaderClassName
{
color: #5F63CC;
}
.AnyTagClassName
{
color: #5F63CC;
}
</style>
background-color css
<style>
a { background-color: #5F63CC; }
a { background-color: rgb(95,99,204); }
div.DivClassName
{
background-color: #5F63CC;
}
.BgClassName
{
background-color: #5F63CC;
}
</style>
border-color css
<style>
span { border-color: #5F63CC; }
span { border-color: rgb(95,99,204); }
td.TdClassName
{
border-color: #5F63CC;
}
.TagClassName
{
border-color: #5F63CC;
}
</style>