Shades of Free Speech Blue #5355CB
Tints of Free Speech Blue #5355CB
RGB
CMYK
RGB Variations
Color information
#5355CB (or 0x5355CB) is known color: Free Speech Blue. HEX triplet: 53, 55 and CB. RGB value is (83,85,203). Sum of RGB (Red+Green+Blue) = 83+85+203=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #5355CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355CB is #ACAA34. Grayscale: #616161. Windows color (decimal): -11315765 or 13325651. OLE color: 13325651.
HSL color Cylindrical-coordinate representation of color #5355CB: hue angle of 239º 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 #5355CB is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 85 | 203 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.20 |
| HSL | 239º | 0.54% | 0.56% | - |
| HSV(B) | 239º | 0.59% | 0.8% | - |
| XYZ | 17.6 | 12.65 | 58.01 | - |
| YUV | 97.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 203 | 0.59 | 0.58 | 0 | 0.20 | 239 | 0.54 | 0.56 |
| Hex | 53 | 55 | CB | 3B | 3A | 0 | 14 | EF | 36 | 38 |
| Octal | 123 | 125 | 313 | 73 | 72 | 0 | 24 | 357 | 66 | 70 |
| Binary | 1010011 | 1010101 | 11001011 | 111011 | 111010 | 0 | 10100 | 11101111 | 110110 | 111000 |
Color Harmonies of #5355CB
Complementary color
Monochromatic Colors of #5355CB
Black with #5355CB
Text Example
Text Example
White with #5355CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355CB; }
p { color: rgb(83,85,203); }
H1.HeaderClassName
{
color: #5355CB;
}
.AnyTagClassName
{
color: #5355CB;
}
</style>
background-color css
<style>
a { background-color: #5355CB; }
a { background-color: rgb(83,85,203); }
div.DivClassName
{
background-color: #5355CB;
}
.BgClassName
{
background-color: #5355CB;
}
</style>
border-color css
<style>
span { border-color: #5355CB; }
span { border-color: rgb(83,85,203); }
td.TdClassName
{
border-color: #5355CB;
}
.TagClassName
{
border-color: #5355CB;
}
</style>