Shades of Free Speech Blue #534BC5
Tints of Free Speech Blue #534BC5
RGB
CMYK
RGB Variations
Color information
#534BC5 (or 0x534BC5) is known color: Free Speech Blue. HEX triplet: 53, 4B and C5. RGB value is (83,75,197). Sum of RGB (Red+Green+Blue) = 83+75+197=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #534BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BC5 is #ACB43A. Grayscale: #5A5A5A. Windows color (decimal): -11318331 or 12929875. OLE color: 12929875.
HSL color Cylindrical-coordinate representation of color #534BC5: hue angle of 243.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534BC5 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 75 | 197 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.23 |
| HSL | 243.93º | 0.51% | 0.53% | - |
| HSV(B) | 243.93º | 0.62% | 0.77% | - |
| XYZ | 16.16 | 10.9 | 54.08 | - |
| YUV | 91.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 197 | 0.58 | 0.62 | 0 | 0.23 | 243.93 | 0.51 | 0.53 |
| Hex | 53 | 4B | C5 | 3A | 3E | 0 | 17 | F4 | 33 | 35 |
| Octal | 123 | 113 | 305 | 72 | 76 | 0 | 27 | 364 | 63 | 65 |
| Binary | 1010011 | 1001011 | 11000101 | 111010 | 111110 | 0 | 10111 | 11110100 | 110011 | 110101 |
Color Harmonies of #534BC5
Complementary color
Monochromatic Colors of #534BC5
Black with #534BC5
Text Example
Text Example
White with #534BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BC5; }
p { color: rgb(83,75,197); }
H1.HeaderClassName
{
color: #534BC5;
}
.AnyTagClassName
{
color: #534BC5;
}
</style>
background-color css
<style>
a { background-color: #534BC5; }
a { background-color: rgb(83,75,197); }
div.DivClassName
{
background-color: #534BC5;
}
.BgClassName
{
background-color: #534BC5;
}
</style>
border-color css
<style>
span { border-color: #534BC5; }
span { border-color: rgb(83,75,197); }
td.TdClassName
{
border-color: #534BC5;
}
.TagClassName
{
border-color: #534BC5;
}
</style>