Shades of Free Speech Blue #5462CB
Tints of Free Speech Blue #5462CB
RGB
CMYK
RGB Variations
Color information
#5462CB (or 0x5462CB) is known color: Free Speech Blue. HEX triplet: 54, 62 and CB. RGB value is (84,98,203). Sum of RGB (Red+Green+Blue) = 84+98+203=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #5462CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5462CB is #AB9D34. Grayscale: #696969. Windows color (decimal): -11246901 or 13328980. OLE color: 13328980.
HSL color Cylindrical-coordinate representation of color #5462CB: hue angle of 232.94º 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 #5462CB is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 98 | 203 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.20 |
| HSL | 232.94º | 0.53% | 0.56% | - |
| HSV(B) | 232.94º | 0.59% | 0.8% | - |
| XYZ | 18.8 | 14.93 | 58.39 | - |
| YUV | 105.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 203 | 0.59 | 0.52 | 0 | 0.20 | 232.94 | 0.53 | 0.56 |
| Hex | 54 | 62 | CB | 3B | 34 | 0 | 14 | E9 | 35 | 38 |
| Octal | 124 | 142 | 313 | 73 | 64 | 0 | 24 | 351 | 65 | 70 |
| Binary | 1010100 | 1100010 | 11001011 | 111011 | 110100 | 0 | 10100 | 11101001 | 110101 | 111000 |
Color Harmonies of #5462CB
Complementary color
Monochromatic Colors of #5462CB
Black with #5462CB
Text Example
Text Example
White with #5462CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5462CB; }
p { color: rgb(84,98,203); }
H1.HeaderClassName
{
color: #5462CB;
}
.AnyTagClassName
{
color: #5462CB;
}
</style>
background-color css
<style>
a { background-color: #5462CB; }
a { background-color: rgb(84,98,203); }
div.DivClassName
{
background-color: #5462CB;
}
.BgClassName
{
background-color: #5462CB;
}
</style>
border-color css
<style>
span { border-color: #5462CB; }
span { border-color: rgb(84,98,203); }
td.TdClassName
{
border-color: #5462CB;
}
.TagClassName
{
border-color: #5462CB;
}
</style>