Shades of Free Speech Blue #5368CB
Tints of Free Speech Blue #5368CB
RGB
CMYK
RGB Variations
Color information
#5368CB (or 0x5368CB) is known color: Free Speech Blue. HEX triplet: 53, 68 and CB. RGB value is (83,104,203). Sum of RGB (Red+Green+Blue) = 83+104+203=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #5368CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5368CB is #AC9734. Grayscale: #6C6C6C. Windows color (decimal): -11310901 or 13330515. OLE color: 13330515.
HSL color Cylindrical-coordinate representation of color #5368CB: hue angle of 229.5º 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 #5368CB is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 104 | 203 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.20 |
| HSL | 229.5º | 0.54% | 0.56% | - |
| HSV(B) | 229.5º | 0.59% | 0.8% | - |
| XYZ | 19.3 | 16.05 | 58.58 | - |
| YUV | 109.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 203 | 0.59 | 0.49 | 0 | 0.20 | 229.5 | 0.54 | 0.56 |
| Hex | 53 | 68 | CB | 3B | 31 | 0 | 14 | E6 | 36 | 38 |
| Octal | 123 | 150 | 313 | 73 | 61 | 0 | 24 | 346 | 66 | 70 |
| Binary | 1010011 | 1101000 | 11001011 | 111011 | 110001 | 0 | 10100 | 11100110 | 110110 | 111000 |
Color Harmonies of #5368CB
Complementary color
Monochromatic Colors of #5368CB
Black with #5368CB
Text Example
Text Example
White with #5368CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5368CB; }
p { color: rgb(83,104,203); }
H1.HeaderClassName
{
color: #5368CB;
}
.AnyTagClassName
{
color: #5368CB;
}
</style>
background-color css
<style>
a { background-color: #5368CB; }
a { background-color: rgb(83,104,203); }
div.DivClassName
{
background-color: #5368CB;
}
.BgClassName
{
background-color: #5368CB;
}
</style>
border-color css
<style>
span { border-color: #5368CB; }
span { border-color: rgb(83,104,203); }
td.TdClassName
{
border-color: #5368CB;
}
.TagClassName
{
border-color: #5368CB;
}
</style>