Shades of Free Speech Blue #5365C0
Tints of Free Speech Blue #5365C0
RGB
CMYK
RGB Variations
Color information
#5365C0 (or 0x5365C0) is known color: Free Speech Blue. HEX triplet: 53, 65 and C0. RGB value is (83,101,192). Sum of RGB (Red+Green+Blue) = 83+101+192=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #5365C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365C0 is #AC9A3F. Grayscale: #696969. Windows color (decimal): -11311680 or 12608851. OLE color: 12608851.
HSL color Cylindrical-coordinate representation of color #5365C0: hue angle of 230.09º 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 #5365C0 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 101 | 192 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.25 |
| HSL | 230.09º | 0.46% | 0.54% | - |
| HSV(B) | 230.09º | 0.57% | 0.75% | - |
| XYZ | 17.74 | 14.95 | 51.82 | - |
| YUV | 105.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 192 | 0.57 | 0.47 | 0 | 0.25 | 230.09 | 0.46 | 0.54 |
| Hex | 53 | 65 | C0 | 39 | 2F | 0 | 19 | E6 | 2E | 36 |
| Octal | 123 | 145 | 300 | 71 | 57 | 0 | 31 | 346 | 56 | 66 |
| Binary | 1010011 | 1100101 | 11000000 | 111001 | 101111 | 0 | 11001 | 11100110 | 101110 | 110110 |
Color Harmonies of #5365C0
Complementary color
Monochromatic Colors of #5365C0
Black with #5365C0
Text Example
Text Example
White with #5365C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365C0; }
p { color: rgb(83,101,192); }
H1.HeaderClassName
{
color: #5365C0;
}
.AnyTagClassName
{
color: #5365C0;
}
</style>
background-color css
<style>
a { background-color: #5365C0; }
a { background-color: rgb(83,101,192); }
div.DivClassName
{
background-color: #5365C0;
}
.BgClassName
{
background-color: #5365C0;
}
</style>
border-color css
<style>
span { border-color: #5365C0; }
span { border-color: rgb(83,101,192); }
td.TdClassName
{
border-color: #5365C0;
}
.TagClassName
{
border-color: #5365C0;
}
</style>