Shades of Free Speech Blue #5468CB
Tints of Free Speech Blue #5468CB
RGB
CMYK
RGB Variations
Color information
#5468CB (or 0x5468CB) is known color: Free Speech Blue. HEX triplet: 54, 68 and CB. RGB value is (84,104,203). Sum of RGB (Red+Green+Blue) = 84+104+203=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #5468CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468CB is #AB9734. Grayscale: #6C6C6C. Windows color (decimal): -11245365 or 13330516. OLE color: 13330516.
HSL color Cylindrical-coordinate representation of color #5468CB: hue angle of 229.92º degrees, saturation: 0.53, 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 #5468CB is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 104 | 203 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.20 |
| HSL | 229.92º | 0.53% | 0.56% | - |
| HSV(B) | 229.92º | 0.59% | 0.8% | - |
| XYZ | 19.39 | 16.1 | 58.59 | - |
| YUV | 109.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 203 | 0.59 | 0.49 | 0 | 0.20 | 229.92 | 0.53 | 0.56 |
| Hex | 54 | 68 | CB | 3B | 31 | 0 | 14 | E6 | 35 | 38 |
| Octal | 124 | 150 | 313 | 73 | 61 | 0 | 24 | 346 | 65 | 70 |
| Binary | 1010100 | 1101000 | 11001011 | 111011 | 110001 | 0 | 10100 | 11100110 | 110101 | 111000 |
Color Harmonies of #5468CB
Complementary color
Monochromatic Colors of #5468CB
Black with #5468CB
Text Example
Text Example
White with #5468CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468CB; }
p { color: rgb(84,104,203); }
H1.HeaderClassName
{
color: #5468CB;
}
.AnyTagClassName
{
color: #5468CB;
}
</style>
background-color css
<style>
a { background-color: #5468CB; }
a { background-color: rgb(84,104,203); }
div.DivClassName
{
background-color: #5468CB;
}
.BgClassName
{
background-color: #5468CB;
}
</style>
border-color css
<style>
span { border-color: #5468CB; }
span { border-color: rgb(84,104,203); }
td.TdClassName
{
border-color: #5468CB;
}
.TagClassName
{
border-color: #5468CB;
}
</style>