Shades of Free Speech Blue #534DCB
Tints of Free Speech Blue #534DCB
RGB
CMYK
RGB Variations
Color information
#534DCB (or 0x534DCB) is known color: Free Speech Blue. HEX triplet: 53, 4D and CB. RGB value is (83,77,203). Sum of RGB (Red+Green+Blue) = 83+77+203=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #534DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DCB is #ACB234. Grayscale: #5C5C5C. Windows color (decimal): -11317813 or 13323603. OLE color: 13323603.
HSL color Cylindrical-coordinate representation of color #534DCB: hue angle of 242.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534DCB is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 77 | 203 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.20 |
| HSL | 242.86º | 0.55% | 0.55% | - |
| HSV(B) | 242.86º | 0.62% | 0.8% | - |
| XYZ | 17 | 11.46 | 57.82 | - |
| YUV | 93.16 | 189.99 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 203 | 0.59 | 0.62 | 0 | 0.20 | 242.86 | 0.55 | 0.55 |
| Hex | 53 | 4D | CB | 3B | 3E | 0 | 14 | F3 | 37 | 37 |
| Octal | 123 | 115 | 313 | 73 | 76 | 0 | 24 | 363 | 67 | 67 |
| Binary | 1010011 | 1001101 | 11001011 | 111011 | 111110 | 0 | 10100 | 11110011 | 110111 | 110111 |
Color Harmonies of #534DCB
Complementary color
Monochromatic Colors of #534DCB
Black with #534DCB
Text Example
Text Example
White with #534DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DCB; }
p { color: rgb(83,77,203); }
H1.HeaderClassName
{
color: #534DCB;
}
.AnyTagClassName
{
color: #534DCB;
}
</style>
background-color css
<style>
a { background-color: #534DCB; }
a { background-color: rgb(83,77,203); }
div.DivClassName
{
background-color: #534DCB;
}
.BgClassName
{
background-color: #534DCB;
}
</style>
border-color css
<style>
span { border-color: #534DCB; }
span { border-color: rgb(83,77,203); }
td.TdClassName
{
border-color: #534DCB;
}
.TagClassName
{
border-color: #534DCB;
}
</style>