Shades of Free Speech Blue #505BCB
Tints of Free Speech Blue #505BCB
RGB
CMYK
RGB Variations
Color information
#505BCB (or 0x505BCB) is known color: Free Speech Blue. HEX triplet: 50, 5B and CB. RGB value is (80,91,203). Sum of RGB (Red+Green+Blue) = 80+91+203=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #505BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BCB is #AFA434. Grayscale: #646464. Windows color (decimal): -11510837 or 13327184. OLE color: 13327184.
HSL color Cylindrical-coordinate representation of color #505BCB: hue angle of 234.63º 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 #505BCB is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 91 | 203 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.20 |
| HSL | 234.63º | 0.54% | 0.55% | - |
| HSV(B) | 234.63º | 0.61% | 0.8% | - |
| XYZ | 17.83 | 13.5 | 58.17 | - |
| YUV | 100.48 | 185.86 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 203 | 0.61 | 0.55 | 0 | 0.20 | 234.63 | 0.54 | 0.55 |
| Hex | 50 | 5B | CB | 3D | 37 | 0 | 14 | EB | 36 | 37 |
| Octal | 120 | 133 | 313 | 75 | 67 | 0 | 24 | 353 | 66 | 67 |
| Binary | 1010000 | 1011011 | 11001011 | 111101 | 110111 | 0 | 10100 | 11101011 | 110110 | 110111 |
Color Harmonies of #505BCB
Complementary color
Monochromatic Colors of #505BCB
Black with #505BCB
Text Example
Text Example
White with #505BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505BCB; }
p { color: rgb(80,91,203); }
H1.HeaderClassName
{
color: #505BCB;
}
.AnyTagClassName
{
color: #505BCB;
}
</style>
background-color css
<style>
a { background-color: #505BCB; }
a { background-color: rgb(80,91,203); }
div.DivClassName
{
background-color: #505BCB;
}
.BgClassName
{
background-color: #505BCB;
}
</style>
border-color css
<style>
span { border-color: #505BCB; }
span { border-color: rgb(80,91,203); }
td.TdClassName
{
border-color: #505BCB;
}
.TagClassName
{
border-color: #505BCB;
}
</style>