Shades of Free Speech Blue #534FCE
Tints of Free Speech Blue #534FCE
RGB
CMYK
RGB Variations
Color information
#534FCE (or 0x534FCE) is known color: Free Speech Blue. HEX triplet: 53, 4F and CE. RGB value is (83,79,206). Sum of RGB (Red+Green+Blue) = 83+79+206=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #534FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FCE is #ACB031. Grayscale: #5E5E5E. Windows color (decimal): -11317298 or 13520723. OLE color: 13520723.
HSL color Cylindrical-coordinate representation of color #534FCE: hue angle of 241.89º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534FCE is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 79 | 206 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.19 |
| HSL | 241.89º | 0.56% | 0.56% | - |
| HSV(B) | 241.89º | 0.62% | 0.81% | - |
| XYZ | 17.5 | 11.89 | 59.76 | - |
| YUV | 94.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 206 | 0.60 | 0.62 | 0 | 0.19 | 241.89 | 0.56 | 0.56 |
| Hex | 53 | 4F | CE | 3C | 3E | 0 | 13 | F2 | 38 | 38 |
| Octal | 123 | 117 | 316 | 74 | 76 | 0 | 23 | 362 | 70 | 70 |
| Binary | 1010011 | 1001111 | 11001110 | 111100 | 111110 | 0 | 10011 | 11110010 | 111000 | 111000 |
Color Harmonies of #534FCE
Complementary color
Monochromatic Colors of #534FCE
Black with #534FCE
Text Example
Text Example
White with #534FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FCE; }
p { color: rgb(83,79,206); }
H1.HeaderClassName
{
color: #534FCE;
}
.AnyTagClassName
{
color: #534FCE;
}
</style>
background-color css
<style>
a { background-color: #534FCE; }
a { background-color: rgb(83,79,206); }
div.DivClassName
{
background-color: #534FCE;
}
.BgClassName
{
background-color: #534FCE;
}
</style>
border-color css
<style>
span { border-color: #534FCE; }
span { border-color: rgb(83,79,206); }
td.TdClassName
{
border-color: #534FCE;
}
.TagClassName
{
border-color: #534FCE;
}
</style>