Shades of Free Speech Blue #504BCB
Tints of Free Speech Blue #504BCB
RGB
CMYK
RGB Variations
Color information
#504BCB (or 0x504BCB) is known color: Free Speech Blue. HEX triplet: 50, 4B and CB. RGB value is (80,75,203). Sum of RGB (Red+Green+Blue) = 80+75+203=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #504BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BCB is #AFB434. Grayscale: #5A5A5A. Windows color (decimal): -11514933 or 13323088. OLE color: 13323088.
HSL color Cylindrical-coordinate representation of color #504BCB: hue angle of 242.34º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #504BCB is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 75 | 203 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.20 |
| HSL | 242.34º | 0.55% | 0.55% | - |
| HSV(B) | 242.34º | 0.63% | 0.8% | - |
| XYZ | 16.6 | 11.05 | 57.76 | - |
| YUV | 91.09 | 191.16 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 203 | 0.61 | 0.63 | 0 | 0.20 | 242.34 | 0.55 | 0.55 |
| Hex | 50 | 4B | CB | 3D | 3F | 0 | 14 | F2 | 37 | 37 |
| Octal | 120 | 113 | 313 | 75 | 77 | 0 | 24 | 362 | 67 | 67 |
| Binary | 1010000 | 1001011 | 11001011 | 111101 | 111111 | 0 | 10100 | 11110010 | 110111 | 110111 |
Color Harmonies of #504BCB
Complementary color
Monochromatic Colors of #504BCB
Black with #504BCB
Text Example
Text Example
White with #504BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BCB; }
p { color: rgb(80,75,203); }
H1.HeaderClassName
{
color: #504BCB;
}
.AnyTagClassName
{
color: #504BCB;
}
</style>
background-color css
<style>
a { background-color: #504BCB; }
a { background-color: rgb(80,75,203); }
div.DivClassName
{
background-color: #504BCB;
}
.BgClassName
{
background-color: #504BCB;
}
</style>
border-color css
<style>
span { border-color: #504BCB; }
span { border-color: rgb(80,75,203); }
td.TdClassName
{
border-color: #504BCB;
}
.TagClassName
{
border-color: #504BCB;
}
</style>