Shades of Free Speech Blue #5465CE
Tints of Free Speech Blue #5465CE
RGB
CMYK
RGB Variations
Color information
#5465CE (or 0x5465CE) is known color: Free Speech Blue. HEX triplet: 54, 65 and CE. RGB value is (84,101,206). Sum of RGB (Red+Green+Blue) = 84+101+206=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #5465CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465CE is #AB9A31. Grayscale: #6B6B6B. Windows color (decimal): -11246130 or 13526356. OLE color: 13526356.
HSL color Cylindrical-coordinate representation of color #5465CE: hue angle of 231.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5465CE is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 101 | 206 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.19 |
| HSL | 231.64º | 0.55% | 0.57% | - |
| HSV(B) | 231.64º | 0.59% | 0.81% | - |
| XYZ | 19.45 | 15.65 | 60.39 | - |
| YUV | 107.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 206 | 0.59 | 0.51 | 0 | 0.19 | 231.64 | 0.55 | 0.57 |
| Hex | 54 | 65 | CE | 3B | 33 | 0 | 13 | E8 | 37 | 39 |
| Octal | 124 | 145 | 316 | 73 | 63 | 0 | 23 | 350 | 67 | 71 |
| Binary | 1010100 | 1100101 | 11001110 | 111011 | 110011 | 0 | 10011 | 11101000 | 110111 | 111001 |
Color Harmonies of #5465CE
Complementary color
Monochromatic Colors of #5465CE
Black with #5465CE
Text Example
Text Example
White with #5465CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465CE; }
p { color: rgb(84,101,206); }
H1.HeaderClassName
{
color: #5465CE;
}
.AnyTagClassName
{
color: #5465CE;
}
</style>
background-color css
<style>
a { background-color: #5465CE; }
a { background-color: rgb(84,101,206); }
div.DivClassName
{
background-color: #5465CE;
}
.BgClassName
{
background-color: #5465CE;
}
</style>
border-color css
<style>
span { border-color: #5465CE; }
span { border-color: rgb(84,101,206); }
td.TdClassName
{
border-color: #5465CE;
}
.TagClassName
{
border-color: #5465CE;
}
</style>