Shades of Free Speech Blue #5461CB
Tints of Free Speech Blue #5461CB
RGB
CMYK
RGB Variations
Color information
#5461CB (or 0x5461CB) is known color: Free Speech Blue. HEX triplet: 54, 61 and CB. RGB value is (84,97,203). Sum of RGB (Red+Green+Blue) = 84+97+203=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #5461CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461CB is #AB9E34. Grayscale: #686868. Windows color (decimal): -11247157 or 13328724. OLE color: 13328724.
HSL color Cylindrical-coordinate representation of color #5461CB: hue angle of 233.45º 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 #5461CB is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 97 | 203 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.20 |
| HSL | 233.45º | 0.53% | 0.56% | - |
| HSV(B) | 233.45º | 0.59% | 0.8% | - |
| XYZ | 18.71 | 14.75 | 58.36 | - |
| YUV | 105.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 203 | 0.59 | 0.52 | 0 | 0.20 | 233.45 | 0.53 | 0.56 |
| Hex | 54 | 61 | CB | 3B | 34 | 0 | 14 | E9 | 35 | 38 |
| Octal | 124 | 141 | 313 | 73 | 64 | 0 | 24 | 351 | 65 | 70 |
| Binary | 1010100 | 1100001 | 11001011 | 111011 | 110100 | 0 | 10100 | 11101001 | 110101 | 111000 |
Color Harmonies of #5461CB
Complementary color
Monochromatic Colors of #5461CB
Black with #5461CB
Text Example
Text Example
White with #5461CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5461CB; }
p { color: rgb(84,97,203); }
H1.HeaderClassName
{
color: #5461CB;
}
.AnyTagClassName
{
color: #5461CB;
}
</style>
background-color css
<style>
a { background-color: #5461CB; }
a { background-color: rgb(84,97,203); }
div.DivClassName
{
background-color: #5461CB;
}
.BgClassName
{
background-color: #5461CB;
}
</style>
border-color css
<style>
span { border-color: #5461CB; }
span { border-color: rgb(84,97,203); }
td.TdClassName
{
border-color: #5461CB;
}
.TagClassName
{
border-color: #5461CB;
}
</style>