Shades of Free Speech Blue #5363CD
Tints of Free Speech Blue #5363CD
RGB
CMYK
RGB Variations
Color information
#5363CD (or 0x5363CD) is known color: Free Speech Blue. HEX triplet: 53, 63 and CD. RGB value is (83,99,205). Sum of RGB (Red+Green+Blue) = 83+99+205=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #5363CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5363CD is #AC9C32. Grayscale: #696969. Windows color (decimal): -11312179 or 13460307. OLE color: 13460307.
HSL color Cylindrical-coordinate representation of color #5363CD: hue angle of 232.13º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5363CD is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 99 | 205 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.20 |
| HSL | 232.13º | 0.55% | 0.56% | - |
| HSV(B) | 232.13º | 0.6% | 0.8% | - |
| XYZ | 19.05 | 15.17 | 59.68 | - |
| YUV | 106.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 205 | 0.60 | 0.52 | 0 | 0.20 | 232.13 | 0.55 | 0.56 |
| Hex | 53 | 63 | CD | 3C | 34 | 0 | 14 | E8 | 37 | 38 |
| Octal | 123 | 143 | 315 | 74 | 64 | 0 | 24 | 350 | 67 | 70 |
| Binary | 1010011 | 1100011 | 11001101 | 111100 | 110100 | 0 | 10100 | 11101000 | 110111 | 111000 |
Color Harmonies of #5363CD
Complementary color
Monochromatic Colors of #5363CD
Black with #5363CD
Text Example
Text Example
White with #5363CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5363CD; }
p { color: rgb(83,99,205); }
H1.HeaderClassName
{
color: #5363CD;
}
.AnyTagClassName
{
color: #5363CD;
}
</style>
background-color css
<style>
a { background-color: #5363CD; }
a { background-color: rgb(83,99,205); }
div.DivClassName
{
background-color: #5363CD;
}
.BgClassName
{
background-color: #5363CD;
}
</style>
border-color css
<style>
span { border-color: #5363CD; }
span { border-color: rgb(83,99,205); }
td.TdClassName
{
border-color: #5363CD;
}
.TagClassName
{
border-color: #5363CD;
}
</style>