Shades of Slate Blue #5B62CC
Tints of Slate Blue #5B62CC
RGB
CMYK
RGB Variations
Color information
#5B62CC (or 0x5B62CC) is known color: Slate Blue. HEX triplet: 5B, 62 and CC. RGB value is (91,98,204). Sum of RGB (Red+Green+Blue) = 91+98+204=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B62CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B62CC is #A49D33. Grayscale: #6B6B6B. Windows color (decimal): -10788148 or 13394523. OLE color: 13394523.
HSL color Cylindrical-coordinate representation of color #5B62CC: hue angle of 236.28º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B62CC is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 98 | 204 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.2 |
| HSL | 236.28º | 0.53% | 0.58% | - |
| HSV(B) | 236.28º | 0.55% | 0.8% | - |
| XYZ | 19.58 | 15.32 | 59.05 | - |
| YUV | 107.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 204 | 0.55 | 0.52 | 0 | 0.2 | 236.28 | 0.53 | 0.58 |
| Hex | 5B | 62 | CC | 37 | 34 | 0 | 14 | EC | 35 | 3A |
| Octal | 133 | 142 | 314 | 67 | 64 | 0 | 24 | 354 | 65 | 72 |
| Binary | 1011011 | 1100010 | 11001100 | 110111 | 110100 | 0 | 10100 | 11101100 | 110101 | 111010 |
Color Harmonies of #5B62CC
Complementary color
Monochromatic Colors of #5B62CC
Black with #5B62CC
Text Example
Text Example
White with #5B62CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B62CC; }
p { color: rgb(91,98,204); }
H1.HeaderClassName
{
color: #5B62CC;
}
.AnyTagClassName
{
color: #5B62CC;
}
</style>
background-color css
<style>
a { background-color: #5B62CC; }
a { background-color: rgb(91,98,204); }
div.DivClassName
{
background-color: #5B62CC;
}
.BgClassName
{
background-color: #5B62CC;
}
</style>
border-color css
<style>
span { border-color: #5B62CC; }
span { border-color: rgb(91,98,204); }
td.TdClassName
{
border-color: #5B62CC;
}
.TagClassName
{
border-color: #5B62CC;
}
</style>