Shades of Free Speech Blue #5362BC
Tints of Free Speech Blue #5362BC
RGB
CMYK
RGB Variations
Color information
#5362BC (or 0x5362BC) is known color: Free Speech Blue. HEX triplet: 53, 62 and BC. RGB value is (83,98,188). Sum of RGB (Red+Green+Blue) = 83+98+188=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #5362BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5362BC is #AC9D43. Grayscale: #676767. Windows color (decimal): -11312452 or 12345939. OLE color: 12345939.
HSL color Cylindrical-coordinate representation of color #5362BC: hue angle of 231.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5362BC is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 98 | 188 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.26 |
| HSL | 231.43º | 0.44% | 0.53% | - |
| HSV(B) | 231.43º | 0.56% | 0.74% | - |
| XYZ | 17.01 | 14.21 | 49.42 | - |
| YUV | 103.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 188 | 0.56 | 0.48 | 0 | 0.26 | 231.43 | 0.44 | 0.53 |
| Hex | 53 | 62 | BC | 38 | 30 | 0 | 1A | E7 | 2C | 35 |
| Octal | 123 | 142 | 274 | 70 | 60 | 0 | 32 | 347 | 54 | 65 |
| Binary | 1010011 | 1100010 | 10111100 | 111000 | 110000 | 0 | 11010 | 11100111 | 101100 | 110101 |
Color Harmonies of #5362BC
Complementary color
Monochromatic Colors of #5362BC
Black with #5362BC
Text Example
Text Example
White with #5362BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5362BC; }
p { color: rgb(83,98,188); }
H1.HeaderClassName
{
color: #5362BC;
}
.AnyTagClassName
{
color: #5362BC;
}
</style>
background-color css
<style>
a { background-color: #5362BC; }
a { background-color: rgb(83,98,188); }
div.DivClassName
{
background-color: #5362BC;
}
.BgClassName
{
background-color: #5362BC;
}
</style>
border-color css
<style>
span { border-color: #5362BC; }
span { border-color: rgb(83,98,188); }
td.TdClassName
{
border-color: #5362BC;
}
.TagClassName
{
border-color: #5362BC;
}
</style>