Shades of Slate Blue #5C60CB
Tints of Slate Blue #5C60CB
RGB
CMYK
RGB Variations
Color information
#5C60CB (or 0x5C60CB) is known color: Slate Blue. HEX triplet: 5C, 60 and CB. RGB value is (92,96,203). Sum of RGB (Red+Green+Blue) = 92+96+203=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C60CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C60CB is #A39F34. Grayscale: #6A6A6A. Windows color (decimal): -10723125 or 13328476. OLE color: 13328476.
HSL color Cylindrical-coordinate representation of color #5C60CB: hue angle of 237.84º degrees, saturation: 0.52, 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 #5C60CB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 96 | 203 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.20 |
| HSL | 237.84º | 0.52% | 0.58% | - |
| HSV(B) | 237.84º | 0.55% | 0.8% | - |
| XYZ | 19.38 | 14.95 | 58.36 | - |
| YUV | 107 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 203 | 0.55 | 0.53 | 0 | 0.20 | 237.84 | 0.52 | 0.58 |
| Hex | 5C | 60 | CB | 37 | 35 | 0 | 14 | EE | 34 | 3A |
| Octal | 134 | 140 | 313 | 67 | 65 | 0 | 24 | 356 | 64 | 72 |
| Binary | 1011100 | 1100000 | 11001011 | 110111 | 110101 | 0 | 10100 | 11101110 | 110100 | 111010 |
Color Harmonies of #5C60CB
Complementary color
Monochromatic Colors of #5C60CB
Black with #5C60CB
Text Example
Text Example
White with #5C60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C60CB; }
p { color: rgb(92,96,203); }
H1.HeaderClassName
{
color: #5C60CB;
}
.AnyTagClassName
{
color: #5C60CB;
}
</style>
background-color css
<style>
a { background-color: #5C60CB; }
a { background-color: rgb(92,96,203); }
div.DivClassName
{
background-color: #5C60CB;
}
.BgClassName
{
background-color: #5C60CB;
}
</style>
border-color css
<style>
span { border-color: #5C60CB; }
span { border-color: rgb(92,96,203); }
td.TdClassName
{
border-color: #5C60CB;
}
.TagClassName
{
border-color: #5C60CB;
}
</style>