Shades of Free Speech Blue #5350CB
Tints of Free Speech Blue #5350CB
RGB
CMYK
RGB Variations
Color information
#5350CB (or 0x5350CB) is known color: Free Speech Blue. HEX triplet: 53, 50 and CB. RGB value is (83,80,203). Sum of RGB (Red+Green+Blue) = 83+80+203=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #5350CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5350CB is #ACAF34. Grayscale: #5E5E5E. Windows color (decimal): -11317045 or 13324371. OLE color: 13324371.
HSL color Cylindrical-coordinate representation of color #5350CB: hue angle of 241.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5350CB is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 80 | 203 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.20 |
| HSL | 241.46º | 0.54% | 0.55% | - |
| HSV(B) | 241.46º | 0.61% | 0.8% | - |
| XYZ | 17.22 | 11.89 | 57.89 | - |
| YUV | 94.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 203 | 0.59 | 0.61 | 0 | 0.20 | 241.46 | 0.54 | 0.55 |
| Hex | 53 | 50 | CB | 3B | 3D | 0 | 14 | F1 | 36 | 37 |
| Octal | 123 | 120 | 313 | 73 | 75 | 0 | 24 | 361 | 66 | 67 |
| Binary | 1010011 | 1010000 | 11001011 | 111011 | 111101 | 0 | 10100 | 11110001 | 110110 | 110111 |
Color Harmonies of #5350CB
Complementary color
Monochromatic Colors of #5350CB
Black with #5350CB
Text Example
Text Example
White with #5350CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350CB; }
p { color: rgb(83,80,203); }
H1.HeaderClassName
{
color: #5350CB;
}
.AnyTagClassName
{
color: #5350CB;
}
</style>
background-color css
<style>
a { background-color: #5350CB; }
a { background-color: rgb(83,80,203); }
div.DivClassName
{
background-color: #5350CB;
}
.BgClassName
{
background-color: #5350CB;
}
</style>
border-color css
<style>
span { border-color: #5350CB; }
span { border-color: rgb(83,80,203); }
td.TdClassName
{
border-color: #5350CB;
}
.TagClassName
{
border-color: #5350CB;
}
</style>