Shades of Free Speech Blue #525DBE
Tints of Free Speech Blue #525DBE
RGB
CMYK
RGB Variations
Color information
#525DBE (or 0x525DBE) is known color: Free Speech Blue. HEX triplet: 52, 5D and BE. RGB value is (82,93,190). Sum of RGB (Red+Green+Blue) = 82+93+190=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #525DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DBE is #ADA241. Grayscale: #646464. Windows color (decimal): -11379266 or 12475730. OLE color: 12475730.
HSL color Cylindrical-coordinate representation of color #525DBE: hue angle of 233.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #525DBE is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 93 | 190 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.25 |
| HSL | 233.89º | 0.45% | 0.53% | - |
| HSV(B) | 233.89º | 0.57% | 0.75% | - |
| XYZ | 16.69 | 13.34 | 50.41 | - |
| YUV | 100.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 190 | 0.57 | 0.51 | 0 | 0.25 | 233.89 | 0.45 | 0.53 |
| Hex | 52 | 5D | BE | 39 | 33 | 0 | 19 | EA | 2D | 35 |
| Octal | 122 | 135 | 276 | 71 | 63 | 0 | 31 | 352 | 55 | 65 |
| Binary | 1010010 | 1011101 | 10111110 | 111001 | 110011 | 0 | 11001 | 11101010 | 101101 | 110101 |
Color Harmonies of #525DBE
Complementary color
Monochromatic Colors of #525DBE
Black with #525DBE
Text Example
Text Example
White with #525DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DBE; }
p { color: rgb(82,93,190); }
H1.HeaderClassName
{
color: #525DBE;
}
.AnyTagClassName
{
color: #525DBE;
}
</style>
background-color css
<style>
a { background-color: #525DBE; }
a { background-color: rgb(82,93,190); }
div.DivClassName
{
background-color: #525DBE;
}
.BgClassName
{
background-color: #525DBE;
}
</style>
border-color css
<style>
span { border-color: #525DBE; }
span { border-color: rgb(82,93,190); }
td.TdClassName
{
border-color: #525DBE;
}
.TagClassName
{
border-color: #525DBE;
}
</style>