Shades of Free Speech Blue #526ACB
Tints of Free Speech Blue #526ACB
RGB
CMYK
RGB Variations
Color information
#526ACB (or 0x526ACB) is known color: Free Speech Blue. HEX triplet: 52, 6A and CB. RGB value is (82,106,203). Sum of RGB (Red+Green+Blue) = 82+106+203=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #526ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ACB is #AD9534. Grayscale: #6D6D6D. Windows color (decimal): -11375925 or 13331026. OLE color: 13331026.
HSL color Cylindrical-coordinate representation of color #526ACB: hue angle of 228.1º 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 #526ACB is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 106 | 203 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.20 |
| HSL | 228.1º | 0.54% | 0.56% | - |
| HSV(B) | 228.1º | 0.6% | 0.8% | - |
| XYZ | 19.41 | 16.41 | 58.64 | - |
| YUV | 109.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 203 | 0.60 | 0.48 | 0 | 0.20 | 228.1 | 0.54 | 0.56 |
| Hex | 52 | 6A | CB | 3C | 30 | 0 | 14 | E4 | 36 | 38 |
| Octal | 122 | 152 | 313 | 74 | 60 | 0 | 24 | 344 | 66 | 70 |
| Binary | 1010010 | 1101010 | 11001011 | 111100 | 110000 | 0 | 10100 | 11100100 | 110110 | 111000 |
Color Harmonies of #526ACB
Complementary color
Monochromatic Colors of #526ACB
Black with #526ACB
Text Example
Text Example
White with #526ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526ACB; }
p { color: rgb(82,106,203); }
H1.HeaderClassName
{
color: #526ACB;
}
.AnyTagClassName
{
color: #526ACB;
}
</style>
background-color css
<style>
a { background-color: #526ACB; }
a { background-color: rgb(82,106,203); }
div.DivClassName
{
background-color: #526ACB;
}
.BgClassName
{
background-color: #526ACB;
}
</style>
border-color css
<style>
span { border-color: #526ACB; }
span { border-color: rgb(82,106,203); }
td.TdClassName
{
border-color: #526ACB;
}
.TagClassName
{
border-color: #526ACB;
}
</style>