Shades of Free Speech Blue #535BD3
Tints of Free Speech Blue #535BD3
RGB
CMYK
RGB Variations
Color information
#535BD3 (or 0x535BD3) is known color: Free Speech Blue. HEX triplet: 53, 5B and D3. RGB value is (83,91,211). Sum of RGB (Red+Green+Blue) = 83+91+211=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #535BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BD3 is #ACA42C. Grayscale: #656565. Windows color (decimal): -11314221 or 13851475. OLE color: 13851475.
HSL color Cylindrical-coordinate representation of color #535BD3: hue angle of 236.25º 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 #535BD3 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 91 | 211 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.17 |
| HSL | 236.25º | 0.59% | 0.58% | - |
| HSV(B) | 236.25º | 0.61% | 0.83% | - |
| XYZ | 19.07 | 14.02 | 63.33 | - |
| YUV | 102.29 | 189.35 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 211 | 0.61 | 0.57 | 0 | 0.17 | 236.25 | 0.59 | 0.58 |
| Hex | 53 | 5B | D3 | 3D | 39 | 0 | 11 | EC | 3B | 3A |
| Octal | 123 | 133 | 323 | 75 | 71 | 0 | 21 | 354 | 73 | 72 |
| Binary | 1010011 | 1011011 | 11010011 | 111101 | 111001 | 0 | 10001 | 11101100 | 111011 | 111010 |
Color Harmonies of #535BD3
Complementary color
Monochromatic Colors of #535BD3
Black with #535BD3
Text Example
Text Example
White with #535BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BD3; }
p { color: rgb(83,91,211); }
H1.HeaderClassName
{
color: #535BD3;
}
.AnyTagClassName
{
color: #535BD3;
}
</style>
background-color css
<style>
a { background-color: #535BD3; }
a { background-color: rgb(83,91,211); }
div.DivClassName
{
background-color: #535BD3;
}
.BgClassName
{
background-color: #535BD3;
}
</style>
border-color css
<style>
span { border-color: #535BD3; }
span { border-color: rgb(83,91,211); }
td.TdClassName
{
border-color: #535BD3;
}
.TagClassName
{
border-color: #535BD3;
}
</style>