Shades of Free Speech Blue #5763CB
Tints of Free Speech Blue #5763CB
RGB
CMYK
RGB Variations
Color information
#5763CB (or 0x5763CB) is known color: Free Speech Blue. HEX triplet: 57, 63 and CB. RGB value is (87,99,203). Sum of RGB (Red+Green+Blue) = 87+99+203=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #5763CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5763CB is #A89C34. Grayscale: #6A6A6A. Windows color (decimal): -11050037 or 13329239. OLE color: 13329239.
HSL color Cylindrical-coordinate representation of color #5763CB: hue angle of 233.79º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5763CB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 99 | 203 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.20 |
| HSL | 233.79º | 0.53% | 0.57% | - |
| HSV(B) | 233.79º | 0.57% | 0.8% | - |
| XYZ | 19.17 | 15.26 | 58.44 | - |
| YUV | 107.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 203 | 0.57 | 0.51 | 0 | 0.20 | 233.79 | 0.53 | 0.57 |
| Hex | 57 | 63 | CB | 39 | 33 | 0 | 14 | EA | 35 | 39 |
| Octal | 127 | 143 | 313 | 71 | 63 | 0 | 24 | 352 | 65 | 71 |
| Binary | 1010111 | 1100011 | 11001011 | 111001 | 110011 | 0 | 10100 | 11101010 | 110101 | 111001 |
Color Harmonies of #5763CB
Complementary color
Monochromatic Colors of #5763CB
Black with #5763CB
Text Example
Text Example
White with #5763CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5763CB; }
p { color: rgb(87,99,203); }
H1.HeaderClassName
{
color: #5763CB;
}
.AnyTagClassName
{
color: #5763CB;
}
</style>
background-color css
<style>
a { background-color: #5763CB; }
a { background-color: rgb(87,99,203); }
div.DivClassName
{
background-color: #5763CB;
}
.BgClassName
{
background-color: #5763CB;
}
</style>
border-color css
<style>
span { border-color: #5763CB; }
span { border-color: rgb(87,99,203); }
td.TdClassName
{
border-color: #5763CB;
}
.TagClassName
{
border-color: #5763CB;
}
</style>