Shades of Free Speech Blue #5363CB
Tints of Free Speech Blue #5363CB
RGB
CMYK
RGB Variations
Color information
#5363CB (or 0x5363CB) is known color: Free Speech Blue. HEX triplet: 53, 63 and CB. RGB value is (83,99,203). Sum of RGB (Red+Green+Blue) = 83+99+203=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #5363CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5363CB is #AC9C34. Grayscale: #696969. Windows color (decimal): -11312181 or 13329235. OLE color: 13329235.
HSL color Cylindrical-coordinate representation of color #5363CB: hue angle of 232º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5363CB is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 99 | 203 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.20 |
| HSL | 232º | 0.54% | 0.56% | - |
| HSV(B) | 232º | 0.59% | 0.8% | - |
| XYZ | 18.81 | 15.07 | 58.42 | - |
| YUV | 106.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 203 | 0.59 | 0.51 | 0 | 0.20 | 232 | 0.54 | 0.56 |
| Hex | 53 | 63 | CB | 3B | 33 | 0 | 14 | E8 | 36 | 38 |
| Octal | 123 | 143 | 313 | 73 | 63 | 0 | 24 | 350 | 66 | 70 |
| Binary | 1010011 | 1100011 | 11001011 | 111011 | 110011 | 0 | 10100 | 11101000 | 110110 | 111000 |
Color Harmonies of #5363CB
Complementary color
Monochromatic Colors of #5363CB
Black with #5363CB
Text Example
Text Example
White with #5363CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5363CB; }
p { color: rgb(83,99,203); }
H1.HeaderClassName
{
color: #5363CB;
}
.AnyTagClassName
{
color: #5363CB;
}
</style>
background-color css
<style>
a { background-color: #5363CB; }
a { background-color: rgb(83,99,203); }
div.DivClassName
{
background-color: #5363CB;
}
.BgClassName
{
background-color: #5363CB;
}
</style>
border-color css
<style>
span { border-color: #5363CB; }
span { border-color: rgb(83,99,203); }
td.TdClassName
{
border-color: #5363CB;
}
.TagClassName
{
border-color: #5363CB;
}
</style>