Shades of Free Speech Blue #5465CD
Tints of Free Speech Blue #5465CD
RGB
CMYK
RGB Variations
Color information
#5465CD (or 0x5465CD) is known color: Free Speech Blue. HEX triplet: 54, 65 and CD. RGB value is (84,101,205). Sum of RGB (Red+Green+Blue) = 84+101+205=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #5465CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465CD is #AB9A32. Grayscale: #6B6B6B. Windows color (decimal): -11246131 or 13460820. OLE color: 13460820.
HSL color Cylindrical-coordinate representation of color #5465CD: hue angle of 231.57º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5465CD is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 101 | 205 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.20 |
| HSL | 231.57º | 0.55% | 0.57% | - |
| HSV(B) | 231.57º | 0.59% | 0.8% | - |
| XYZ | 19.33 | 15.6 | 59.75 | - |
| YUV | 107.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 205 | 0.59 | 0.51 | 0 | 0.20 | 231.57 | 0.55 | 0.57 |
| Hex | 54 | 65 | CD | 3B | 33 | 0 | 14 | E8 | 37 | 39 |
| Octal | 124 | 145 | 315 | 73 | 63 | 0 | 24 | 350 | 67 | 71 |
| Binary | 1010100 | 1100101 | 11001101 | 111011 | 110011 | 0 | 10100 | 11101000 | 110111 | 111001 |
Color Harmonies of #5465CD
Complementary color
Monochromatic Colors of #5465CD
Black with #5465CD
Text Example
Text Example
White with #5465CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465CD; }
p { color: rgb(84,101,205); }
H1.HeaderClassName
{
color: #5465CD;
}
.AnyTagClassName
{
color: #5465CD;
}
</style>
background-color css
<style>
a { background-color: #5465CD; }
a { background-color: rgb(84,101,205); }
div.DivClassName
{
background-color: #5465CD;
}
.BgClassName
{
background-color: #5465CD;
}
</style>
border-color css
<style>
span { border-color: #5465CD; }
span { border-color: rgb(84,101,205); }
td.TdClassName
{
border-color: #5465CD;
}
.TagClassName
{
border-color: #5465CD;
}
</style>