Shades of Free Speech Blue #524CCC
Tints of Free Speech Blue #524CCC
RGB
CMYK
RGB Variations
Color information
#524CCC (or 0x524CCC) is known color: Free Speech Blue. HEX triplet: 52, 4C and CC. RGB value is (82,76,204). Sum of RGB (Red+Green+Blue) = 82+76+204=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #524CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CCC is #ADB333. Grayscale: #5B5B5B. Windows color (decimal): -11383604 or 13388882. OLE color: 13388882.
HSL color Cylindrical-coordinate representation of color #524CCC: hue angle of 242.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #524CCC is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 76 | 204 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.2 |
| HSL | 242.81º | 0.56% | 0.55% | - |
| HSV(B) | 242.81º | 0.63% | 0.8% | - |
| XYZ | 16.96 | 11.32 | 58.42 | - |
| YUV | 92.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 204 | 0.60 | 0.63 | 0 | 0.2 | 242.81 | 0.56 | 0.55 |
| Hex | 52 | 4C | CC | 3C | 3F | 0 | 14 | F3 | 38 | 37 |
| Octal | 122 | 114 | 314 | 74 | 77 | 0 | 24 | 363 | 70 | 67 |
| Binary | 1010010 | 1001100 | 11001100 | 111100 | 111111 | 0 | 10100 | 11110011 | 111000 | 110111 |
Color Harmonies of #524CCC
Complementary color
Monochromatic Colors of #524CCC
Black with #524CCC
Text Example
Text Example
White with #524CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CCC; }
p { color: rgb(82,76,204); }
H1.HeaderClassName
{
color: #524CCC;
}
.AnyTagClassName
{
color: #524CCC;
}
</style>
background-color css
<style>
a { background-color: #524CCC; }
a { background-color: rgb(82,76,204); }
div.DivClassName
{
background-color: #524CCC;
}
.BgClassName
{
background-color: #524CCC;
}
</style>
border-color css
<style>
span { border-color: #524CCC; }
span { border-color: rgb(82,76,204); }
td.TdClassName
{
border-color: #524CCC;
}
.TagClassName
{
border-color: #524CCC;
}
</style>