Shades of Free Speech Blue #5360BE
Tints of Free Speech Blue #5360BE
RGB
CMYK
RGB Variations
Color information
#5360BE (or 0x5360BE) is known color: Free Speech Blue. HEX triplet: 53, 60 and BE. RGB value is (83,96,190). Sum of RGB (Red+Green+Blue) = 83+96+190=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #5360BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5360BE is #AC9F41. Grayscale: #666666. Windows color (decimal): -11312962 or 12476499. OLE color: 12476499.
HSL color Cylindrical-coordinate representation of color #5360BE: hue angle of 232.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5360BE is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 96 | 190 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.25 |
| HSL | 232.71º | 0.45% | 0.54% | - |
| HSV(B) | 232.71º | 0.56% | 0.75% | - |
| XYZ | 17.04 | 13.92 | 50.5 | - |
| YUV | 102.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 190 | 0.56 | 0.49 | 0 | 0.25 | 232.71 | 0.45 | 0.54 |
| Hex | 53 | 60 | BE | 38 | 31 | 0 | 19 | E9 | 2D | 36 |
| Octal | 123 | 140 | 276 | 70 | 61 | 0 | 31 | 351 | 55 | 66 |
| Binary | 1010011 | 1100000 | 10111110 | 111000 | 110001 | 0 | 11001 | 11101001 | 101101 | 110110 |
Color Harmonies of #5360BE
Complementary color
Monochromatic Colors of #5360BE
Black with #5360BE
Text Example
Text Example
White with #5360BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5360BE; }
p { color: rgb(83,96,190); }
H1.HeaderClassName
{
color: #5360BE;
}
.AnyTagClassName
{
color: #5360BE;
}
</style>
background-color css
<style>
a { background-color: #5360BE; }
a { background-color: rgb(83,96,190); }
div.DivClassName
{
background-color: #5360BE;
}
.BgClassName
{
background-color: #5360BE;
}
</style>
border-color css
<style>
span { border-color: #5360BE; }
span { border-color: rgb(83,96,190); }
td.TdClassName
{
border-color: #5360BE;
}
.TagClassName
{
border-color: #5360BE;
}
</style>