Shades of Free Speech Blue #525DCB
Tints of Free Speech Blue #525DCB
RGB
CMYK
RGB Variations
Color information
#525DCB (or 0x525DCB) is known color: Free Speech Blue. HEX triplet: 52, 5D and CB. RGB value is (82,93,203). Sum of RGB (Red+Green+Blue) = 82+93+203=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #525DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DCB is #ADA234. Grayscale: #656565. Windows color (decimal): -11379253 or 13327698. OLE color: 13327698.
HSL color Cylindrical-coordinate representation of color #525DCB: hue angle of 234.55º 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 #525DCB is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 93 | 203 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.20 |
| HSL | 234.55º | 0.54% | 0.56% | - |
| HSV(B) | 234.55º | 0.6% | 0.8% | - |
| XYZ | 18.17 | 13.93 | 58.23 | - |
| YUV | 102.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 203 | 0.60 | 0.54 | 0 | 0.20 | 234.55 | 0.54 | 0.56 |
| Hex | 52 | 5D | CB | 3C | 36 | 0 | 14 | EB | 36 | 38 |
| Octal | 122 | 135 | 313 | 74 | 66 | 0 | 24 | 353 | 66 | 70 |
| Binary | 1010010 | 1011101 | 11001011 | 111100 | 110110 | 0 | 10100 | 11101011 | 110110 | 111000 |
Color Harmonies of #525DCB
Complementary color
Monochromatic Colors of #525DCB
Black with #525DCB
Text Example
Text Example
White with #525DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DCB; }
p { color: rgb(82,93,203); }
H1.HeaderClassName
{
color: #525DCB;
}
.AnyTagClassName
{
color: #525DCB;
}
</style>
background-color css
<style>
a { background-color: #525DCB; }
a { background-color: rgb(82,93,203); }
div.DivClassName
{
background-color: #525DCB;
}
.BgClassName
{
background-color: #525DCB;
}
</style>
border-color css
<style>
span { border-color: #525DCB; }
span { border-color: rgb(82,93,203); }
td.TdClassName
{
border-color: #525DCB;
}
.TagClassName
{
border-color: #525DCB;
}
</style>