Shades of Slate Blue #5C65CB
Tints of Slate Blue #5C65CB
RGB
CMYK
RGB Variations
Color information
#5C65CB (or 0x5C65CB) is known color: Slate Blue. HEX triplet: 5C, 65 and CB. RGB value is (92,101,203). Sum of RGB (Red+Green+Blue) = 92+101+203=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C65CB is #A39A34. Grayscale: #6D6D6D. Windows color (decimal): -10721845 or 13329756. OLE color: 13329756.
HSL color Cylindrical-coordinate representation of color #5C65CB: hue angle of 235.14º 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 #5C65CB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 101 | 203 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.20 |
| HSL | 235.14º | 0.52% | 0.58% | - |
| HSV(B) | 235.14º | 0.55% | 0.8% | - |
| XYZ | 19.85 | 15.89 | 58.52 | - |
| YUV | 109.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 203 | 0.55 | 0.50 | 0 | 0.20 | 235.14 | 0.52 | 0.58 |
| Hex | 5C | 65 | CB | 37 | 32 | 0 | 14 | EB | 34 | 3A |
| Octal | 134 | 145 | 313 | 67 | 62 | 0 | 24 | 353 | 64 | 72 |
| Binary | 1011100 | 1100101 | 11001011 | 110111 | 110010 | 0 | 10100 | 11101011 | 110100 | 111010 |
Color Harmonies of #5C65CB
Complementary color
Monochromatic Colors of #5C65CB
Black with #5C65CB
Text Example
Text Example
White with #5C65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C65CB; }
p { color: rgb(92,101,203); }
H1.HeaderClassName
{
color: #5C65CB;
}
.AnyTagClassName
{
color: #5C65CB;
}
</style>
background-color css
<style>
a { background-color: #5C65CB; }
a { background-color: rgb(92,101,203); }
div.DivClassName
{
background-color: #5C65CB;
}
.BgClassName
{
background-color: #5C65CB;
}
</style>
border-color css
<style>
span { border-color: #5C65CB; }
span { border-color: rgb(92,101,203); }
td.TdClassName
{
border-color: #5C65CB;
}
.TagClassName
{
border-color: #5C65CB;
}
</style>