Shades of Free Speech Blue #5460CB
Tints of Free Speech Blue #5460CB
RGB
CMYK
RGB Variations
Color information
#5460CB (or 0x5460CB) is known color: Free Speech Blue. HEX triplet: 54, 60 and CB. RGB value is (84,96,203). Sum of RGB (Red+Green+Blue) = 84+96+203=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #5460CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5460CB is #AB9F34. Grayscale: #686868. Windows color (decimal): -11247413 or 13328468. OLE color: 13328468.
HSL color Cylindrical-coordinate representation of color #5460CB: hue angle of 233.95º 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 #5460CB is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 96 | 203 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.20 |
| HSL | 233.95º | 0.53% | 0.56% | - |
| HSV(B) | 233.95º | 0.59% | 0.8% | - |
| XYZ | 18.62 | 14.56 | 58.33 | - |
| YUV | 104.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 203 | 0.59 | 0.53 | 0 | 0.20 | 233.95 | 0.53 | 0.56 |
| Hex | 54 | 60 | CB | 3B | 35 | 0 | 14 | EA | 35 | 38 |
| Octal | 124 | 140 | 313 | 73 | 65 | 0 | 24 | 352 | 65 | 70 |
| Binary | 1010100 | 1100000 | 11001011 | 111011 | 110101 | 0 | 10100 | 11101010 | 110101 | 111000 |
Color Harmonies of #5460CB
Complementary color
Monochromatic Colors of #5460CB
Black with #5460CB
Text Example
Text Example
White with #5460CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5460CB; }
p { color: rgb(84,96,203); }
H1.HeaderClassName
{
color: #5460CB;
}
.AnyTagClassName
{
color: #5460CB;
}
</style>
background-color css
<style>
a { background-color: #5460CB; }
a { background-color: rgb(84,96,203); }
div.DivClassName
{
background-color: #5460CB;
}
.BgClassName
{
background-color: #5460CB;
}
</style>
border-color css
<style>
span { border-color: #5460CB; }
span { border-color: rgb(84,96,203); }
td.TdClassName
{
border-color: #5460CB;
}
.TagClassName
{
border-color: #5460CB;
}
</style>