Shades of Free Speech Blue #535ED3
Tints of Free Speech Blue #535ED3
RGB
CMYK
RGB Variations
Color information
#535ED3 (or 0x535ED3) is known color: Free Speech Blue. HEX triplet: 53, 5E and D3. RGB value is (83,94,211). Sum of RGB (Red+Green+Blue) = 83+94+211=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #535ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ED3 is #ACA12C. Grayscale: #676767. Windows color (decimal): -11313453 or 13852243. OLE color: 13852243.
HSL color Cylindrical-coordinate representation of color #535ED3: hue angle of 234.84º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #535ED3 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 94 | 211 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.17 |
| HSL | 234.84º | 0.59% | 0.58% | - |
| HSV(B) | 234.84º | 0.61% | 0.83% | - |
| XYZ | 19.33 | 14.55 | 63.42 | - |
| YUV | 104.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 211 | 0.61 | 0.55 | 0 | 0.17 | 234.84 | 0.59 | 0.58 |
| Hex | 53 | 5E | D3 | 3D | 37 | 0 | 11 | EB | 3B | 3A |
| Octal | 123 | 136 | 323 | 75 | 67 | 0 | 21 | 353 | 73 | 72 |
| Binary | 1010011 | 1011110 | 11010011 | 111101 | 110111 | 0 | 10001 | 11101011 | 111011 | 111010 |
Color Harmonies of #535ED3
Complementary color
Monochromatic Colors of #535ED3
Black with #535ED3
Text Example
Text Example
White with #535ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535ED3; }
p { color: rgb(83,94,211); }
H1.HeaderClassName
{
color: #535ED3;
}
.AnyTagClassName
{
color: #535ED3;
}
</style>
background-color css
<style>
a { background-color: #535ED3; }
a { background-color: rgb(83,94,211); }
div.DivClassName
{
background-color: #535ED3;
}
.BgClassName
{
background-color: #535ED3;
}
</style>
border-color css
<style>
span { border-color: #535ED3; }
span { border-color: rgb(83,94,211); }
td.TdClassName
{
border-color: #535ED3;
}
.TagClassName
{
border-color: #535ED3;
}
</style>