Shades of Free Speech Blue #5260CB
Tints of Free Speech Blue #5260CB
RGB
CMYK
RGB Variations
Color information
#5260CB (or 0x5260CB) is known color: Free Speech Blue. HEX triplet: 52, 60 and CB. RGB value is (82,96,203). Sum of RGB (Red+Green+Blue) = 82+96+203=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #5260CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5260CB is #AD9F34. Grayscale: #676767. Windows color (decimal): -11378485 or 13328466. OLE color: 13328466.
HSL color Cylindrical-coordinate representation of color #5260CB: hue angle of 233.06º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5260CB is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 96 | 203 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.20 |
| HSL | 233.06º | 0.54% | 0.56% | - |
| HSV(B) | 233.06º | 0.6% | 0.8% | - |
| XYZ | 18.44 | 14.47 | 58.32 | - |
| YUV | 104.01 | 183.86 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 203 | 0.60 | 0.53 | 0 | 0.20 | 233.06 | 0.54 | 0.56 |
| Hex | 52 | 60 | CB | 3C | 35 | 0 | 14 | E9 | 36 | 38 |
| Octal | 122 | 140 | 313 | 74 | 65 | 0 | 24 | 351 | 66 | 70 |
| Binary | 1010010 | 1100000 | 11001011 | 111100 | 110101 | 0 | 10100 | 11101001 | 110110 | 111000 |
Color Harmonies of #5260CB
Complementary color
Monochromatic Colors of #5260CB
Black with #5260CB
Text Example
Text Example
White with #5260CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5260CB; }
p { color: rgb(82,96,203); }
H1.HeaderClassName
{
color: #5260CB;
}
.AnyTagClassName
{
color: #5260CB;
}
</style>
background-color css
<style>
a { background-color: #5260CB; }
a { background-color: rgb(82,96,203); }
div.DivClassName
{
background-color: #5260CB;
}
.BgClassName
{
background-color: #5260CB;
}
</style>
border-color css
<style>
span { border-color: #5260CB; }
span { border-color: rgb(82,96,203); }
td.TdClassName
{
border-color: #5260CB;
}
.TagClassName
{
border-color: #5260CB;
}
</style>