Shades of Free Speech Blue #535AD5
Tints of Free Speech Blue #535AD5
RGB
CMYK
RGB Variations
Color information
#535AD5 (or 0x535AD5) is known color: Free Speech Blue. HEX triplet: 53, 5A and D5. RGB value is (83,90,213). Sum of RGB (Red+Green+Blue) = 83+90+213=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #535AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AD5 is #ACA52A. Grayscale: #656565. Windows color (decimal): -11314475 or 13982291. OLE color: 13982291.
HSL color Cylindrical-coordinate representation of color #535AD5: hue angle of 236.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #535AD5 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 90 | 213 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.16 |
| HSL | 236.77º | 0.61% | 0.58% | - |
| HSV(B) | 236.77º | 0.61% | 0.84% | - |
| XYZ | 19.23 | 13.96 | 64.63 | - |
| YUV | 101.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 213 | 0.61 | 0.58 | 0 | 0.16 | 236.77 | 0.61 | 0.58 |
| Hex | 53 | 5A | D5 | 3D | 3A | 0 | 10 | ED | 3D | 3A |
| Octal | 123 | 132 | 325 | 75 | 72 | 0 | 20 | 355 | 75 | 72 |
| Binary | 1010011 | 1011010 | 11010101 | 111101 | 111010 | 0 | 10000 | 11101101 | 111101 | 111010 |
Color Harmonies of #535AD5
Complementary color
Monochromatic Colors of #535AD5
Black with #535AD5
Text Example
Text Example
White with #535AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AD5; }
p { color: rgb(83,90,213); }
H1.HeaderClassName
{
color: #535AD5;
}
.AnyTagClassName
{
color: #535AD5;
}
</style>
background-color css
<style>
a { background-color: #535AD5; }
a { background-color: rgb(83,90,213); }
div.DivClassName
{
background-color: #535AD5;
}
.BgClassName
{
background-color: #535AD5;
}
</style>
border-color css
<style>
span { border-color: #535AD5; }
span { border-color: rgb(83,90,213); }
td.TdClassName
{
border-color: #535AD5;
}
.TagClassName
{
border-color: #535AD5;
}
</style>