Shades of Free Speech Blue #535ACF
Tints of Free Speech Blue #535ACF
RGB
CMYK
RGB Variations
Color information
#535ACF (or 0x535ACF) is known color: Free Speech Blue. HEX triplet: 53, 5A and CF. RGB value is (83,90,207). Sum of RGB (Red+Green+Blue) = 83+90+207=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #535ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ACF is #ACA530. Grayscale: #646464. Windows color (decimal): -11314481 or 13589075. OLE color: 13589075.
HSL color Cylindrical-coordinate representation of color #535ACF: hue angle of 236.61º 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 #535ACF is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 90 | 207 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.19 |
| HSL | 236.61º | 0.56% | 0.57% | - |
| HSV(B) | 236.61º | 0.6% | 0.81% | - |
| XYZ | 18.49 | 13.66 | 60.69 | - |
| YUV | 101.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 207 | 0.60 | 0.57 | 0 | 0.19 | 236.61 | 0.56 | 0.57 |
| Hex | 53 | 5A | CF | 3C | 39 | 0 | 13 | ED | 38 | 39 |
| Octal | 123 | 132 | 317 | 74 | 71 | 0 | 23 | 355 | 70 | 71 |
| Binary | 1010011 | 1011010 | 11001111 | 111100 | 111001 | 0 | 10011 | 11101101 | 111000 | 111001 |
Color Harmonies of #535ACF
Complementary color
Monochromatic Colors of #535ACF
Black with #535ACF
Text Example
Text Example
White with #535ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535ACF; }
p { color: rgb(83,90,207); }
H1.HeaderClassName
{
color: #535ACF;
}
.AnyTagClassName
{
color: #535ACF;
}
</style>
background-color css
<style>
a { background-color: #535ACF; }
a { background-color: rgb(83,90,207); }
div.DivClassName
{
background-color: #535ACF;
}
.BgClassName
{
background-color: #535ACF;
}
</style>
border-color css
<style>
span { border-color: #535ACF; }
span { border-color: rgb(83,90,207); }
td.TdClassName
{
border-color: #535ACF;
}
.TagClassName
{
border-color: #535ACF;
}
</style>