Shades of Free Speech Blue #5250CB
Tints of Free Speech Blue #5250CB
RGB
CMYK
RGB Variations
Color information
#5250CB (or 0x5250CB) is known color: Free Speech Blue. HEX triplet: 52, 50 and CB. RGB value is (82,80,203). Sum of RGB (Red+Green+Blue) = 82+80+203=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #5250CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250CB is #ADAF34. Grayscale: #5E5E5E. Windows color (decimal): -11382581 or 13324370. OLE color: 13324370.
HSL color Cylindrical-coordinate representation of color #5250CB: hue angle of 240.98º 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 #5250CB is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 80 | 203 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.20 |
| HSL | 240.98º | 0.54% | 0.55% | - |
| HSV(B) | 240.98º | 0.61% | 0.8% | - |
| XYZ | 17.13 | 11.84 | 57.88 | - |
| YUV | 94.62 | 189.16 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 203 | 0.60 | 0.61 | 0 | 0.20 | 240.98 | 0.54 | 0.55 |
| Hex | 52 | 50 | CB | 3C | 3D | 0 | 14 | F1 | 36 | 37 |
| Octal | 122 | 120 | 313 | 74 | 75 | 0 | 24 | 361 | 66 | 67 |
| Binary | 1010010 | 1010000 | 11001011 | 111100 | 111101 | 0 | 10100 | 11110001 | 110110 | 110111 |
Color Harmonies of #5250CB
Complementary color
Monochromatic Colors of #5250CB
Black with #5250CB
Text Example
Text Example
White with #5250CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250CB; }
p { color: rgb(82,80,203); }
H1.HeaderClassName
{
color: #5250CB;
}
.AnyTagClassName
{
color: #5250CB;
}
</style>
background-color css
<style>
a { background-color: #5250CB; }
a { background-color: rgb(82,80,203); }
div.DivClassName
{
background-color: #5250CB;
}
.BgClassName
{
background-color: #5250CB;
}
</style>
border-color css
<style>
span { border-color: #5250CB; }
span { border-color: rgb(82,80,203); }
td.TdClassName
{
border-color: #5250CB;
}
.TagClassName
{
border-color: #5250CB;
}
</style>