Shades of Free Speech Blue #534FCB
Tints of Free Speech Blue #534FCB
RGB
CMYK
RGB Variations
Color information
#534FCB (or 0x534FCB) is known color: Free Speech Blue. HEX triplet: 53, 4F and CB. RGB value is (83,79,203). Sum of RGB (Red+Green+Blue) = 83+79+203=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #534FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FCB is #ACB034. Grayscale: #5D5D5D. Windows color (decimal): -11317301 or 13324115. OLE color: 13324115.
HSL color Cylindrical-coordinate representation of color #534FCB: hue angle of 241.94º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534FCB is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 79 | 203 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.20 |
| HSL | 241.94º | 0.54% | 0.55% | - |
| HSV(B) | 241.94º | 0.61% | 0.8% | - |
| XYZ | 17.14 | 11.74 | 57.86 | - |
| YUV | 94.33 | 189.33 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 203 | 0.59 | 0.61 | 0 | 0.20 | 241.94 | 0.54 | 0.55 |
| Hex | 53 | 4F | CB | 3B | 3D | 0 | 14 | F2 | 36 | 37 |
| Octal | 123 | 117 | 313 | 73 | 75 | 0 | 24 | 362 | 66 | 67 |
| Binary | 1010011 | 1001111 | 11001011 | 111011 | 111101 | 0 | 10100 | 11110010 | 110110 | 110111 |
Color Harmonies of #534FCB
Complementary color
Monochromatic Colors of #534FCB
Black with #534FCB
Text Example
Text Example
White with #534FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FCB; }
p { color: rgb(83,79,203); }
H1.HeaderClassName
{
color: #534FCB;
}
.AnyTagClassName
{
color: #534FCB;
}
</style>
background-color css
<style>
a { background-color: #534FCB; }
a { background-color: rgb(83,79,203); }
div.DivClassName
{
background-color: #534FCB;
}
.BgClassName
{
background-color: #534FCB;
}
</style>
border-color css
<style>
span { border-color: #534FCB; }
span { border-color: rgb(83,79,203); }
td.TdClassName
{
border-color: #534FCB;
}
.TagClassName
{
border-color: #534FCB;
}
</style>