Shades of Slate Blue #5D62CB
Tints of Slate Blue #5D62CB
RGB
CMYK
RGB Variations
Color information
#5D62CB (or 0x5D62CB) is known color: Slate Blue. HEX triplet: 5D, 62 and CB. RGB value is (93,98,203). Sum of RGB (Red+Green+Blue) = 93+98+203=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D62CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D62CB is #A29D34. Grayscale: #6C6C6C. Windows color (decimal): -10657077 or 13328989. OLE color: 13328989.
HSL color Cylindrical-coordinate representation of color #5D62CB: hue angle of 237.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D62CB is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 98 | 203 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.20 |
| HSL | 237.27º | 0.51% | 0.58% | - |
| HSV(B) | 237.27º | 0.54% | 0.8% | - |
| XYZ | 19.66 | 15.37 | 58.43 | - |
| YUV | 108.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 203 | 0.54 | 0.52 | 0 | 0.20 | 237.27 | 0.51 | 0.58 |
| Hex | 5D | 62 | CB | 36 | 34 | 0 | 14 | ED | 33 | 3A |
| Octal | 135 | 142 | 313 | 66 | 64 | 0 | 24 | 355 | 63 | 72 |
| Binary | 1011101 | 1100010 | 11001011 | 110110 | 110100 | 0 | 10100 | 11101101 | 110011 | 111010 |
Color Harmonies of #5D62CB
Complementary color
Monochromatic Colors of #5D62CB
Black with #5D62CB
Text Example
Text Example
White with #5D62CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D62CB; }
p { color: rgb(93,98,203); }
H1.HeaderClassName
{
color: #5D62CB;
}
.AnyTagClassName
{
color: #5D62CB;
}
</style>
background-color css
<style>
a { background-color: #5D62CB; }
a { background-color: rgb(93,98,203); }
div.DivClassName
{
background-color: #5D62CB;
}
.BgClassName
{
background-color: #5D62CB;
}
</style>
border-color css
<style>
span { border-color: #5D62CB; }
span { border-color: rgb(93,98,203); }
td.TdClassName
{
border-color: #5D62CB;
}
.TagClassName
{
border-color: #5D62CB;
}
</style>