Shades of Slate Blue #5F63CB
Tints of Slate Blue #5F63CB
RGB
CMYK
RGB Variations
Color information
#5F63CB (or 0x5F63CB) is known color: Slate Blue. HEX triplet: 5F, 63 and CB. RGB value is (95,99,203). Sum of RGB (Red+Green+Blue) = 95+99+203=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F63CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F63CB is #A09C34. Grayscale: #6D6D6D. Windows color (decimal): -10525749 or 13329247. OLE color: 13329247.
HSL color Cylindrical-coordinate representation of color #5F63CB: hue angle of 237.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F63CB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 99 | 203 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.20 |
| HSL | 237.78º | 0.51% | 0.58% | - |
| HSV(B) | 237.78º | 0.53% | 0.8% | - |
| XYZ | 19.96 | 15.67 | 58.47 | - |
| YUV | 109.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 203 | 0.53 | 0.51 | 0 | 0.20 | 237.78 | 0.51 | 0.58 |
| Hex | 5F | 63 | CB | 35 | 33 | 0 | 14 | EE | 33 | 3A |
| Octal | 137 | 143 | 313 | 65 | 63 | 0 | 24 | 356 | 63 | 72 |
| Binary | 1011111 | 1100011 | 11001011 | 110101 | 110011 | 0 | 10100 | 11101110 | 110011 | 111010 |
Color Harmonies of #5F63CB
Complementary color
Monochromatic Colors of #5F63CB
Black with #5F63CB
Text Example
Text Example
White with #5F63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F63CB; }
p { color: rgb(95,99,203); }
H1.HeaderClassName
{
color: #5F63CB;
}
.AnyTagClassName
{
color: #5F63CB;
}
</style>
background-color css
<style>
a { background-color: #5F63CB; }
a { background-color: rgb(95,99,203); }
div.DivClassName
{
background-color: #5F63CB;
}
.BgClassName
{
background-color: #5F63CB;
}
</style>
border-color css
<style>
span { border-color: #5F63CB; }
span { border-color: rgb(95,99,203); }
td.TdClassName
{
border-color: #5F63CB;
}
.TagClassName
{
border-color: #5F63CB;
}
</style>