Shades of Free Speech Blue #535ECF
Tints of Free Speech Blue #535ECF
RGB
CMYK
RGB Variations
Color information
#535ECF (or 0x535ECF) is known color: Free Speech Blue. HEX triplet: 53, 5E and CF. RGB value is (83,94,207). Sum of RGB (Red+Green+Blue) = 83+94+207=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #535ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ECF is #ACA130. Grayscale: #676767. Windows color (decimal): -11313457 or 13590099. OLE color: 13590099.
HSL color Cylindrical-coordinate representation of color #535ECF: hue angle of 234.68º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535ECF is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 94 | 207 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.19 |
| HSL | 234.68º | 0.56% | 0.57% | - |
| HSV(B) | 234.68º | 0.6% | 0.81% | - |
| XYZ | 18.83 | 14.35 | 60.81 | - |
| YUV | 103.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 207 | 0.60 | 0.55 | 0 | 0.19 | 234.68 | 0.56 | 0.57 |
| Hex | 53 | 5E | CF | 3C | 37 | 0 | 13 | EB | 38 | 39 |
| Octal | 123 | 136 | 317 | 74 | 67 | 0 | 23 | 353 | 70 | 71 |
| Binary | 1010011 | 1011110 | 11001111 | 111100 | 110111 | 0 | 10011 | 11101011 | 111000 | 111001 |
Color Harmonies of #535ECF
Complementary color
Monochromatic Colors of #535ECF
Black with #535ECF
Text Example
Text Example
White with #535ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535ECF; }
p { color: rgb(83,94,207); }
H1.HeaderClassName
{
color: #535ECF;
}
.AnyTagClassName
{
color: #535ECF;
}
</style>
background-color css
<style>
a { background-color: #535ECF; }
a { background-color: rgb(83,94,207); }
div.DivClassName
{
background-color: #535ECF;
}
.BgClassName
{
background-color: #535ECF;
}
</style>
border-color css
<style>
span { border-color: #535ECF; }
span { border-color: rgb(83,94,207); }
td.TdClassName
{
border-color: #535ECF;
}
.TagClassName
{
border-color: #535ECF;
}
</style>