Shades of Slate Blue #534CCB
Tints of Slate Blue #534CCB
RGB
CMYK
RGB Variations
Color information
#534CCB (or 0x534CCB) is known color: Slate Blue. HEX triplet: 53, 4C and CB. RGB value is (83,76,203). Sum of RGB (Red+Green+Blue) = 83+76+203=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #534CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CCB is #ACB334. Grayscale: #5C5C5C. Windows color (decimal): -11318069 or 13323347. OLE color: 13323347.
HSL color Cylindrical-coordinate representation of color #534CCB: hue angle of 243.31º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #534CCB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 76 | 203 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.20 |
| HSL | 243.31º | 0.55% | 0.55% | - |
| HSV(B) | 243.31º | 0.63% | 0.8% | - |
| XYZ | 16.93 | 11.32 | 57.79 | - |
| YUV | 92.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 203 | 0.59 | 0.63 | 0 | 0.20 | 243.31 | 0.55 | 0.55 |
| Hex | 53 | 4C | CB | 3B | 3F | 0 | 14 | F3 | 37 | 37 |
| Octal | 123 | 114 | 313 | 73 | 77 | 0 | 24 | 363 | 67 | 67 |
| Binary | 1010011 | 1001100 | 11001011 | 111011 | 111111 | 0 | 10100 | 11110011 | 110111 | 110111 |
Color Harmonies of #534CCB
Complementary color
Monochromatic Colors of #534CCB
Black with #534CCB
Text Example
Text Example
White with #534CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CCB; }
p { color: rgb(83,76,203); }
H1.HeaderClassName
{
color: #534CCB;
}
.AnyTagClassName
{
color: #534CCB;
}
</style>
background-color css
<style>
a { background-color: #534CCB; }
a { background-color: rgb(83,76,203); }
div.DivClassName
{
background-color: #534CCB;
}
.BgClassName
{
background-color: #534CCB;
}
</style>
border-color css
<style>
span { border-color: #534CCB; }
span { border-color: rgb(83,76,203); }
td.TdClassName
{
border-color: #534CCB;
}
.TagClassName
{
border-color: #534CCB;
}
</style>