Shades of Slate Blue #534BCB
Tints of Slate Blue #534BCB
RGB
CMYK
RGB Variations
Color information
#534BCB (or 0x534BCB) is known color: Slate Blue. HEX triplet: 53, 4B and CB. RGB value is (83,75,203). Sum of RGB (Red+Green+Blue) = 83+75+203=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #534BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BCB is #ACB434. Grayscale: #5B5B5B. Windows color (decimal): -11318325 or 13323091. OLE color: 13323091.
HSL color Cylindrical-coordinate representation of color #534BCB: hue angle of 243.75º 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 #534BCB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 75 | 203 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.20 |
| HSL | 243.75º | 0.55% | 0.55% | - |
| HSV(B) | 243.75º | 0.63% | 0.8% | - |
| XYZ | 16.86 | 11.18 | 57.77 | - |
| YUV | 91.98 | 190.65 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 203 | 0.59 | 0.63 | 0 | 0.20 | 243.75 | 0.55 | 0.55 |
| Hex | 53 | 4B | CB | 3B | 3F | 0 | 14 | F4 | 37 | 37 |
| Octal | 123 | 113 | 313 | 73 | 77 | 0 | 24 | 364 | 67 | 67 |
| Binary | 1010011 | 1001011 | 11001011 | 111011 | 111111 | 0 | 10100 | 11110100 | 110111 | 110111 |
Color Harmonies of #534BCB
Complementary color
Monochromatic Colors of #534BCB
Black with #534BCB
Text Example
Text Example
White with #534BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BCB; }
p { color: rgb(83,75,203); }
H1.HeaderClassName
{
color: #534BCB;
}
.AnyTagClassName
{
color: #534BCB;
}
</style>
background-color css
<style>
a { background-color: #534BCB; }
a { background-color: rgb(83,75,203); }
div.DivClassName
{
background-color: #534BCB;
}
.BgClassName
{
background-color: #534BCB;
}
</style>
border-color css
<style>
span { border-color: #534BCB; }
span { border-color: rgb(83,75,203); }
td.TdClassName
{
border-color: #534BCB;
}
.TagClassName
{
border-color: #534BCB;
}
</style>