Shades of Free Speech Blue #5451C4
Tints of Free Speech Blue #5451C4
RGB
CMYK
RGB Variations
Color information
#5451C4 (or 0x5451C4) is known color: Free Speech Blue. HEX triplet: 54, 51 and C4. RGB value is (84,81,196). Sum of RGB (Red+Green+Blue) = 84+81+196=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #5451C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5451C4 is #ABAE3B. Grayscale: #5E5E5E. Windows color (decimal): -11251260 or 12865876. OLE color: 12865876.
HSL color Cylindrical-coordinate representation of color #5451C4: hue angle of 241.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5451C4 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 81 | 196 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.23 |
| HSL | 241.57º | 0.49% | 0.54% | - |
| HSV(B) | 241.57º | 0.59% | 0.77% | - |
| XYZ | 16.56 | 11.76 | 53.62 | - |
| YUV | 95.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 196 | 0.57 | 0.59 | 0 | 0.23 | 241.57 | 0.49 | 0.54 |
| Hex | 54 | 51 | C4 | 39 | 3B | 0 | 17 | F2 | 31 | 36 |
| Octal | 124 | 121 | 304 | 71 | 73 | 0 | 27 | 362 | 61 | 66 |
| Binary | 1010100 | 1010001 | 11000100 | 111001 | 111011 | 0 | 10111 | 11110010 | 110001 | 110110 |
Color Harmonies of #5451C4
Complementary color
Monochromatic Colors of #5451C4
Black with #5451C4
Text Example
Text Example
White with #5451C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5451C4; }
p { color: rgb(84,81,196); }
H1.HeaderClassName
{
color: #5451C4;
}
.AnyTagClassName
{
color: #5451C4;
}
</style>
background-color css
<style>
a { background-color: #5451C4; }
a { background-color: rgb(84,81,196); }
div.DivClassName
{
background-color: #5451C4;
}
.BgClassName
{
background-color: #5451C4;
}
</style>
border-color css
<style>
span { border-color: #5451C4; }
span { border-color: rgb(84,81,196); }
td.TdClassName
{
border-color: #5451C4;
}
.TagClassName
{
border-color: #5451C4;
}
</style>