Shades of Free Speech Blue #5363CC
Tints of Free Speech Blue #5363CC
RGB
CMYK
RGB Variations
Color information
#5363CC (or 0x5363CC) is known color: Free Speech Blue. HEX triplet: 53, 63 and CC. RGB value is (83,99,204). Sum of RGB (Red+Green+Blue) = 83+99+204=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #5363CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5363CC is #AC9C33. Grayscale: #696969. Windows color (decimal): -11312180 or 13394771. OLE color: 13394771.
HSL color Cylindrical-coordinate representation of color #5363CC: hue angle of 232.07º 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 #5363CC is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 99 | 204 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.2 |
| HSL | 232.07º | 0.54% | 0.56% | - |
| HSV(B) | 232.07º | 0.59% | 0.8% | - |
| XYZ | 18.93 | 15.12 | 59.05 | - |
| YUV | 106.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 204 | 0.59 | 0.51 | 0 | 0.2 | 232.07 | 0.54 | 0.56 |
| Hex | 53 | 63 | CC | 3B | 33 | 0 | 14 | E8 | 36 | 38 |
| Octal | 123 | 143 | 314 | 73 | 63 | 0 | 24 | 350 | 66 | 70 |
| Binary | 1010011 | 1100011 | 11001100 | 111011 | 110011 | 0 | 10100 | 11101000 | 110110 | 111000 |
Color Harmonies of #5363CC
Complementary color
Monochromatic Colors of #5363CC
Black with #5363CC
Text Example
Text Example
White with #5363CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5363CC; }
p { color: rgb(83,99,204); }
H1.HeaderClassName
{
color: #5363CC;
}
.AnyTagClassName
{
color: #5363CC;
}
</style>
background-color css
<style>
a { background-color: #5363CC; }
a { background-color: rgb(83,99,204); }
div.DivClassName
{
background-color: #5363CC;
}
.BgClassName
{
background-color: #5363CC;
}
</style>
border-color css
<style>
span { border-color: #5363CC; }
span { border-color: rgb(83,99,204); }
td.TdClassName
{
border-color: #5363CC;
}
.TagClassName
{
border-color: #5363CC;
}
</style>