Shades of Free Speech Blue #535DC7
Tints of Free Speech Blue #535DC7
RGB
CMYK
RGB Variations
Color information
#535DC7 (or 0x535DC7) is known color: Free Speech Blue. HEX triplet: 53, 5D and C7. RGB value is (83,93,199). Sum of RGB (Red+Green+Blue) = 83+93+199=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #535DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DC7 is #ACA238. Grayscale: #656565. Windows color (decimal): -11313721 or 13065555. OLE color: 13065555.
HSL color Cylindrical-coordinate representation of color #535DC7: hue angle of 234.83º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535DC7 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 93 | 199 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.22 |
| HSL | 234.83º | 0.51% | 0.55% | - |
| HSV(B) | 234.83º | 0.58% | 0.78% | - |
| XYZ | 17.79 | 13.79 | 55.76 | - |
| YUV | 102.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 199 | 0.58 | 0.53 | 0 | 0.22 | 234.83 | 0.51 | 0.55 |
| Hex | 53 | 5D | C7 | 3A | 35 | 0 | 16 | EB | 33 | 37 |
| Octal | 123 | 135 | 307 | 72 | 65 | 0 | 26 | 353 | 63 | 67 |
| Binary | 1010011 | 1011101 | 11000111 | 111010 | 110101 | 0 | 10110 | 11101011 | 110011 | 110111 |
Color Harmonies of #535DC7
Complementary color
Monochromatic Colors of #535DC7
Black with #535DC7
Text Example
Text Example
White with #535DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DC7; }
p { color: rgb(83,93,199); }
H1.HeaderClassName
{
color: #535DC7;
}
.AnyTagClassName
{
color: #535DC7;
}
</style>
background-color css
<style>
a { background-color: #535DC7; }
a { background-color: rgb(83,93,199); }
div.DivClassName
{
background-color: #535DC7;
}
.BgClassName
{
background-color: #535DC7;
}
</style>
border-color css
<style>
span { border-color: #535DC7; }
span { border-color: rgb(83,93,199); }
td.TdClassName
{
border-color: #535DC7;
}
.TagClassName
{
border-color: #535DC7;
}
</style>