Shades of Free Speech Blue #5350CE
Tints of Free Speech Blue #5350CE
RGB
CMYK
RGB Variations
Color information
#5350CE (or 0x5350CE) is known color: Free Speech Blue. HEX triplet: 53, 50 and CE. RGB value is (83,80,206). Sum of RGB (Red+Green+Blue) = 83+80+206=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #5350CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5350CE is #ACAF31. Grayscale: #5E5E5E. Windows color (decimal): -11317042 or 13520979. OLE color: 13520979.
HSL color Cylindrical-coordinate representation of color #5350CE: hue angle of 241.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5350CE is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 80 | 206 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.19 |
| HSL | 241.43º | 0.56% | 0.56% | - |
| HSV(B) | 241.43º | 0.61% | 0.81% | - |
| XYZ | 17.58 | 12.03 | 59.79 | - |
| YUV | 95.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 206 | 0.60 | 0.61 | 0 | 0.19 | 241.43 | 0.56 | 0.56 |
| Hex | 53 | 50 | CE | 3C | 3D | 0 | 13 | F1 | 38 | 38 |
| Octal | 123 | 120 | 316 | 74 | 75 | 0 | 23 | 361 | 70 | 70 |
| Binary | 1010011 | 1010000 | 11001110 | 111100 | 111101 | 0 | 10011 | 11110001 | 111000 | 111000 |
Color Harmonies of #5350CE
Complementary color
Monochromatic Colors of #5350CE
Black with #5350CE
Text Example
Text Example
White with #5350CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350CE; }
p { color: rgb(83,80,206); }
H1.HeaderClassName
{
color: #5350CE;
}
.AnyTagClassName
{
color: #5350CE;
}
</style>
background-color css
<style>
a { background-color: #5350CE; }
a { background-color: rgb(83,80,206); }
div.DivClassName
{
background-color: #5350CE;
}
.BgClassName
{
background-color: #5350CE;
}
</style>
border-color css
<style>
span { border-color: #5350CE; }
span { border-color: rgb(83,80,206); }
td.TdClassName
{
border-color: #5350CE;
}
.TagClassName
{
border-color: #5350CE;
}
</style>