Shades of Free Speech Blue #5352C6
Tints of Free Speech Blue #5352C6
RGB
CMYK
RGB Variations
Color information
#5352C6 (or 0x5352C6) is known color: Free Speech Blue. HEX triplet: 53, 52 and C6. RGB value is (83,82,198). Sum of RGB (Red+Green+Blue) = 83+82+198=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #5352C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5352C6 is #ACAD39. Grayscale: #5F5F5F. Windows color (decimal): -11316538 or 12997203. OLE color: 12997203.
HSL color Cylindrical-coordinate representation of color #5352C6: hue angle of 240.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5352C6 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 82 | 198 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.22 |
| HSL | 240.52º | 0.5% | 0.55% | - |
| HSV(B) | 240.52º | 0.59% | 0.78% | - |
| XYZ | 16.78 | 11.95 | 54.85 | - |
| YUV | 95.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 198 | 0.58 | 0.59 | 0 | 0.22 | 240.52 | 0.5 | 0.55 |
| Hex | 53 | 52 | C6 | 3A | 3B | 0 | 16 | F1 | 32 | 37 |
| Octal | 123 | 122 | 306 | 72 | 73 | 0 | 26 | 361 | 62 | 67 |
| Binary | 1010011 | 1010010 | 11000110 | 111010 | 111011 | 0 | 10110 | 11110001 | 110010 | 110111 |
Color Harmonies of #5352C6
Complementary color
Monochromatic Colors of #5352C6
Black with #5352C6
Text Example
Text Example
White with #5352C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5352C6; }
p { color: rgb(83,82,198); }
H1.HeaderClassName
{
color: #5352C6;
}
.AnyTagClassName
{
color: #5352C6;
}
</style>
background-color css
<style>
a { background-color: #5352C6; }
a { background-color: rgb(83,82,198); }
div.DivClassName
{
background-color: #5352C6;
}
.BgClassName
{
background-color: #5352C6;
}
</style>
border-color css
<style>
span { border-color: #5352C6; }
span { border-color: rgb(83,82,198); }
td.TdClassName
{
border-color: #5352C6;
}
.TagClassName
{
border-color: #5352C6;
}
</style>