Shades of Slate Blue #5B62CE
Tints of Slate Blue #5B62CE
RGB
CMYK
RGB Variations
Color information
#5B62CE (or 0x5B62CE) is known color: Slate Blue. HEX triplet: 5B, 62 and CE. RGB value is (91,98,206). Sum of RGB (Red+Green+Blue) = 91+98+206=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B62CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B62CE is #A49D31. Grayscale: #6B6B6B. Windows color (decimal): -10788146 or 13525595. OLE color: 13525595.
HSL color Cylindrical-coordinate representation of color #5B62CE: hue angle of 236.35º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B62CE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 98 | 206 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.19 |
| HSL | 236.35º | 0.54% | 0.58% | - |
| HSV(B) | 236.35º | 0.56% | 0.81% | - |
| XYZ | 19.82 | 15.42 | 60.32 | - |
| YUV | 108.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 206 | 0.56 | 0.52 | 0 | 0.19 | 236.35 | 0.54 | 0.58 |
| Hex | 5B | 62 | CE | 38 | 34 | 0 | 13 | EC | 36 | 3A |
| Octal | 133 | 142 | 316 | 70 | 64 | 0 | 23 | 354 | 66 | 72 |
| Binary | 1011011 | 1100010 | 11001110 | 111000 | 110100 | 0 | 10011 | 11101100 | 110110 | 111010 |
Color Harmonies of #5B62CE
Complementary color
Monochromatic Colors of #5B62CE
Black with #5B62CE
Text Example
Text Example
White with #5B62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B62CE; }
p { color: rgb(91,98,206); }
H1.HeaderClassName
{
color: #5B62CE;
}
.AnyTagClassName
{
color: #5B62CE;
}
</style>
background-color css
<style>
a { background-color: #5B62CE; }
a { background-color: rgb(91,98,206); }
div.DivClassName
{
background-color: #5B62CE;
}
.BgClassName
{
background-color: #5B62CE;
}
</style>
border-color css
<style>
span { border-color: #5B62CE; }
span { border-color: rgb(91,98,206); }
td.TdClassName
{
border-color: #5B62CE;
}
.TagClassName
{
border-color: #5B62CE;
}
</style>