Shades of Free Speech Blue #5350CC
Tints of Free Speech Blue #5350CC
RGB
CMYK
RGB Variations
Color information
#5350CC (or 0x5350CC) is known color: Free Speech Blue. HEX triplet: 53, 50 and CC. RGB value is (83,80,204). Sum of RGB (Red+Green+Blue) = 83+80+204=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #5350CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5350CC is #ACAF33. Grayscale: #5E5E5E. Windows color (decimal): -11317044 or 13389907. OLE color: 13389907.
HSL color Cylindrical-coordinate representation of color #5350CC: hue angle of 241.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5350CC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 80 | 204 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.2 |
| HSL | 241.45º | 0.55% | 0.56% | - |
| HSV(B) | 241.45º | 0.61% | 0.8% | - |
| XYZ | 17.34 | 11.94 | 58.52 | - |
| YUV | 95.03 | 189.49 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 204 | 0.59 | 0.61 | 0 | 0.2 | 241.45 | 0.55 | 0.56 |
| Hex | 53 | 50 | CC | 3B | 3D | 0 | 14 | F1 | 37 | 38 |
| Octal | 123 | 120 | 314 | 73 | 75 | 0 | 24 | 361 | 67 | 70 |
| Binary | 1010011 | 1010000 | 11001100 | 111011 | 111101 | 0 | 10100 | 11110001 | 110111 | 111000 |
Color Harmonies of #5350CC
Complementary color
Monochromatic Colors of #5350CC
Black with #5350CC
Text Example
Text Example
White with #5350CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350CC; }
p { color: rgb(83,80,204); }
H1.HeaderClassName
{
color: #5350CC;
}
.AnyTagClassName
{
color: #5350CC;
}
</style>
background-color css
<style>
a { background-color: #5350CC; }
a { background-color: rgb(83,80,204); }
div.DivClassName
{
background-color: #5350CC;
}
.BgClassName
{
background-color: #5350CC;
}
</style>
border-color css
<style>
span { border-color: #5350CC; }
span { border-color: rgb(83,80,204); }
td.TdClassName
{
border-color: #5350CC;
}
.TagClassName
{
border-color: #5350CC;
}
</style>