Shades of Free Speech Blue #524ACB
Tints of Free Speech Blue #524ACB
RGB
CMYK
RGB Variations
Color information
#524ACB (or 0x524ACB) is known color: Free Speech Blue. HEX triplet: 52, 4A and CB. RGB value is (82,74,203). Sum of RGB (Red+Green+Blue) = 82+74+203=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #524ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524ACB is #ADB534. Grayscale: #5A5A5A. Windows color (decimal): -11384117 or 13322834. OLE color: 13322834.
HSL color Cylindrical-coordinate representation of color #524ACB: hue angle of 243.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #524ACB is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 74 | 203 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.20 |
| HSL | 243.72º | 0.55% | 0.54% | - |
| HSV(B) | 243.72º | 0.64% | 0.8% | - |
| XYZ | 16.71 | 11 | 57.74 | - |
| YUV | 91.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 203 | 0.60 | 0.64 | 0 | 0.20 | 243.72 | 0.55 | 0.54 |
| Hex | 52 | 4A | CB | 3C | 40 | 0 | 14 | F4 | 37 | 36 |
| Octal | 122 | 112 | 313 | 74 | 100 | 0 | 24 | 364 | 67 | 66 |
| Binary | 1010010 | 1001010 | 11001011 | 111100 | 1000000 | 0 | 10100 | 11110100 | 110111 | 110110 |
Color Harmonies of #524ACB
Complementary color
Monochromatic Colors of #524ACB
Black with #524ACB
Text Example
Text Example
White with #524ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ACB; }
p { color: rgb(82,74,203); }
H1.HeaderClassName
{
color: #524ACB;
}
.AnyTagClassName
{
color: #524ACB;
}
</style>
background-color css
<style>
a { background-color: #524ACB; }
a { background-color: rgb(82,74,203); }
div.DivClassName
{
background-color: #524ACB;
}
.BgClassName
{
background-color: #524ACB;
}
</style>
border-color css
<style>
span { border-color: #524ACB; }
span { border-color: rgb(82,74,203); }
td.TdClassName
{
border-color: #524ACB;
}
.TagClassName
{
border-color: #524ACB;
}
</style>