Shades of Free Speech Blue #534DC7
Tints of Free Speech Blue #534DC7
RGB
CMYK
RGB Variations
Color information
#534DC7 (or 0x534DC7) is known color: Free Speech Blue. HEX triplet: 53, 4D and C7. RGB value is (83,77,199). Sum of RGB (Red+Green+Blue) = 83+77+199=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #534DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DC7 is #ACB238. Grayscale: #5C5C5C. Windows color (decimal): -11317817 or 13061459. OLE color: 13061459.
HSL color Cylindrical-coordinate representation of color #534DC7: hue angle of 242.95º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534DC7 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 77 | 199 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.22 |
| HSL | 242.95º | 0.52% | 0.54% | - |
| HSV(B) | 242.95º | 0.61% | 0.78% | - |
| XYZ | 16.53 | 11.27 | 55.34 | - |
| YUV | 92.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 199 | 0.58 | 0.61 | 0 | 0.22 | 242.95 | 0.52 | 0.54 |
| Hex | 53 | 4D | C7 | 3A | 3D | 0 | 16 | F3 | 34 | 36 |
| Octal | 123 | 115 | 307 | 72 | 75 | 0 | 26 | 363 | 64 | 66 |
| Binary | 1010011 | 1001101 | 11000111 | 111010 | 111101 | 0 | 10110 | 11110011 | 110100 | 110110 |
Color Harmonies of #534DC7
Complementary color
Monochromatic Colors of #534DC7
Black with #534DC7
Text Example
Text Example
White with #534DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DC7; }
p { color: rgb(83,77,199); }
H1.HeaderClassName
{
color: #534DC7;
}
.AnyTagClassName
{
color: #534DC7;
}
</style>
background-color css
<style>
a { background-color: #534DC7; }
a { background-color: rgb(83,77,199); }
div.DivClassName
{
background-color: #534DC7;
}
.BgClassName
{
background-color: #534DC7;
}
</style>
border-color css
<style>
span { border-color: #534DC7; }
span { border-color: rgb(83,77,199); }
td.TdClassName
{
border-color: #534DC7;
}
.TagClassName
{
border-color: #534DC7;
}
</style>