Shades of Free Speech Blue #5355CD
Tints of Free Speech Blue #5355CD
RGB
CMYK
RGB Variations
Color information
#5355CD (or 0x5355CD) is known color: Free Speech Blue. HEX triplet: 53, 55 and CD. RGB value is (83,85,205). Sum of RGB (Red+Green+Blue) = 83+85+205=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #5355CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355CD is #ACAA32. Grayscale: #616161. Windows color (decimal): -11315763 or 13456723. OLE color: 13456723.
HSL color Cylindrical-coordinate representation of color #5355CD: hue angle of 239.02º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5355CD is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 85 | 205 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.20 |
| HSL | 239.02º | 0.55% | 0.56% | - |
| HSV(B) | 239.02º | 0.6% | 0.8% | - |
| XYZ | 17.84 | 12.74 | 59.28 | - |
| YUV | 98.08 | 188.34 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 205 | 0.60 | 0.59 | 0 | 0.20 | 239.02 | 0.55 | 0.56 |
| Hex | 53 | 55 | CD | 3C | 3B | 0 | 14 | EF | 37 | 38 |
| Octal | 123 | 125 | 315 | 74 | 73 | 0 | 24 | 357 | 67 | 70 |
| Binary | 1010011 | 1010101 | 11001101 | 111100 | 111011 | 0 | 10100 | 11101111 | 110111 | 111000 |
Color Harmonies of #5355CD
Complementary color
Monochromatic Colors of #5355CD
Black with #5355CD
Text Example
Text Example
White with #5355CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355CD; }
p { color: rgb(83,85,205); }
H1.HeaderClassName
{
color: #5355CD;
}
.AnyTagClassName
{
color: #5355CD;
}
</style>
background-color css
<style>
a { background-color: #5355CD; }
a { background-color: rgb(83,85,205); }
div.DivClassName
{
background-color: #5355CD;
}
.BgClassName
{
background-color: #5355CD;
}
</style>
border-color css
<style>
span { border-color: #5355CD; }
span { border-color: rgb(83,85,205); }
td.TdClassName
{
border-color: #5355CD;
}
.TagClassName
{
border-color: #5355CD;
}
</style>