Shades of Free Speech Blue #5355CC
Tints of Free Speech Blue #5355CC
RGB
CMYK
RGB Variations
Color information
#5355CC (or 0x5355CC) is known color: Free Speech Blue. HEX triplet: 53, 55 and CC. RGB value is (83,85,204). Sum of RGB (Red+Green+Blue) = 83+85+204=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #5355CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355CC is #ACAA33. Grayscale: #616161. Windows color (decimal): -11315764 or 13391187. OLE color: 13391187.
HSL color Cylindrical-coordinate representation of color #5355CC: hue angle of 239.01º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5355CC is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 85 | 204 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.2 |
| HSL | 239.01º | 0.54% | 0.56% | - |
| HSV(B) | 239.01º | 0.59% | 0.8% | - |
| XYZ | 17.71 | 12.7 | 58.64 | - |
| YUV | 97.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 204 | 0.59 | 0.58 | 0 | 0.2 | 239.01 | 0.54 | 0.56 |
| Hex | 53 | 55 | CC | 3B | 3A | 0 | 14 | EF | 36 | 38 |
| Octal | 123 | 125 | 314 | 73 | 72 | 0 | 24 | 357 | 66 | 70 |
| Binary | 1010011 | 1010101 | 11001100 | 111011 | 111010 | 0 | 10100 | 11101111 | 110110 | 111000 |
Color Harmonies of #5355CC
Complementary color
Monochromatic Colors of #5355CC
Black with #5355CC
Text Example
Text Example
White with #5355CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355CC; }
p { color: rgb(83,85,204); }
H1.HeaderClassName
{
color: #5355CC;
}
.AnyTagClassName
{
color: #5355CC;
}
</style>
background-color css
<style>
a { background-color: #5355CC; }
a { background-color: rgb(83,85,204); }
div.DivClassName
{
background-color: #5355CC;
}
.BgClassName
{
background-color: #5355CC;
}
</style>
border-color css
<style>
span { border-color: #5355CC; }
span { border-color: rgb(83,85,204); }
td.TdClassName
{
border-color: #5355CC;
}
.TagClassName
{
border-color: #5355CC;
}
</style>