Shades of Free Speech Blue #535BC0
Tints of Free Speech Blue #535BC0
RGB
CMYK
RGB Variations
Color information
#535BC0 (or 0x535BC0) is known color: Free Speech Blue. HEX triplet: 53, 5B and C0. RGB value is (83,91,192). Sum of RGB (Red+Green+Blue) = 83+91+192=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #535BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BC0 is #ACA43F. Grayscale: #636363. Windows color (decimal): -11314240 or 12606291. OLE color: 12606291.
HSL color Cylindrical-coordinate representation of color #535BC0: hue angle of 235.6º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #535BC0 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 91 | 192 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.25 |
| HSL | 235.6º | 0.46% | 0.54% | - |
| HSV(B) | 235.6º | 0.57% | 0.75% | - |
| XYZ | 16.82 | 13.13 | 51.52 | - |
| YUV | 100.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 192 | 0.57 | 0.53 | 0 | 0.25 | 235.6 | 0.46 | 0.54 |
| Hex | 53 | 5B | C0 | 39 | 35 | 0 | 19 | EC | 2E | 36 |
| Octal | 123 | 133 | 300 | 71 | 65 | 0 | 31 | 354 | 56 | 66 |
| Binary | 1010011 | 1011011 | 11000000 | 111001 | 110101 | 0 | 11001 | 11101100 | 101110 | 110110 |
Color Harmonies of #535BC0
Complementary color
Monochromatic Colors of #535BC0
Black with #535BC0
Text Example
Text Example
White with #535BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BC0; }
p { color: rgb(83,91,192); }
H1.HeaderClassName
{
color: #535BC0;
}
.AnyTagClassName
{
color: #535BC0;
}
</style>
background-color css
<style>
a { background-color: #535BC0; }
a { background-color: rgb(83,91,192); }
div.DivClassName
{
background-color: #535BC0;
}
.BgClassName
{
background-color: #535BC0;
}
</style>
border-color css
<style>
span { border-color: #535BC0; }
span { border-color: rgb(83,91,192); }
td.TdClassName
{
border-color: #535BC0;
}
.TagClassName
{
border-color: #535BC0;
}
</style>