Shades of Slate Blue #5341CC
Tints of Slate Blue #5341CC
RGB
CMYK
RGB Variations
Color information
#5341CC (or 0x5341CC) is known color: Slate Blue. HEX triplet: 53, 41 and CC. RGB value is (83,65,204). Sum of RGB (Red+Green+Blue) = 83+65+204=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #5341CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341CC is #ACBE33. Grayscale: #555555. Windows color (decimal): -11320884 or 13386067. OLE color: 13386067.
HSL color Cylindrical-coordinate representation of color #5341CC: hue angle of 247.77º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5341CC is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 65 | 204 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.2 |
| HSL | 247.77º | 0.58% | 0.53% | - |
| HSV(B) | 247.77º | 0.68% | 0.8% | - |
| XYZ | 16.36 | 9.98 | 58.19 | - |
| YUV | 86.23 | 194.46 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 204 | 0.59 | 0.68 | 0 | 0.2 | 247.77 | 0.58 | 0.53 |
| Hex | 53 | 41 | CC | 3B | 44 | 0 | 14 | F8 | 3A | 35 |
| Octal | 123 | 101 | 314 | 73 | 104 | 0 | 24 | 370 | 72 | 65 |
| Binary | 1010011 | 1000001 | 11001100 | 111011 | 1000100 | 0 | 10100 | 11111000 | 111010 | 110101 |
Color Harmonies of #5341CC
Complementary color
Monochromatic Colors of #5341CC
Black with #5341CC
Text Example
Text Example
White with #5341CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5341CC; }
p { color: rgb(83,65,204); }
H1.HeaderClassName
{
color: #5341CC;
}
.AnyTagClassName
{
color: #5341CC;
}
</style>
background-color css
<style>
a { background-color: #5341CC; }
a { background-color: rgb(83,65,204); }
div.DivClassName
{
background-color: #5341CC;
}
.BgClassName
{
background-color: #5341CC;
}
</style>
border-color css
<style>
span { border-color: #5341CC; }
span { border-color: rgb(83,65,204); }
td.TdClassName
{
border-color: #5341CC;
}
.TagClassName
{
border-color: #5341CC;
}
</style>