Shades of Free Speech Blue #535AD4
Tints of Free Speech Blue #535AD4
RGB
CMYK
RGB Variations
Color information
#535AD4 (or 0x535AD4) is known color: Free Speech Blue. HEX triplet: 53, 5A and D4. RGB value is (83,90,212). Sum of RGB (Red+Green+Blue) = 83+90+212=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #535AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AD4 is #ACA52B. Grayscale: #656565. Windows color (decimal): -11314476 or 13916755. OLE color: 13916755.
HSL color Cylindrical-coordinate representation of color #535AD4: hue angle of 236.74º degrees, saturation: 0.6, 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 #535AD4 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 90 | 212 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.17 |
| HSL | 236.74º | 0.6% | 0.58% | - |
| HSV(B) | 236.74º | 0.61% | 0.83% | - |
| XYZ | 19.11 | 13.9 | 63.96 | - |
| YUV | 101.82 | 190.18 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 212 | 0.61 | 0.58 | 0 | 0.17 | 236.74 | 0.6 | 0.58 |
| Hex | 53 | 5A | D4 | 3D | 3A | 0 | 11 | ED | 3C | 3A |
| Octal | 123 | 132 | 324 | 75 | 72 | 0 | 21 | 355 | 74 | 72 |
| Binary | 1010011 | 1011010 | 11010100 | 111101 | 111010 | 0 | 10001 | 11101101 | 111100 | 111010 |
Color Harmonies of #535AD4
Complementary color
Monochromatic Colors of #535AD4
Black with #535AD4
Text Example
Text Example
White with #535AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AD4; }
p { color: rgb(83,90,212); }
H1.HeaderClassName
{
color: #535AD4;
}
.AnyTagClassName
{
color: #535AD4;
}
</style>
background-color css
<style>
a { background-color: #535AD4; }
a { background-color: rgb(83,90,212); }
div.DivClassName
{
background-color: #535AD4;
}
.BgClassName
{
background-color: #535AD4;
}
</style>
border-color css
<style>
span { border-color: #535AD4; }
span { border-color: rgb(83,90,212); }
td.TdClassName
{
border-color: #535AD4;
}
.TagClassName
{
border-color: #535AD4;
}
</style>