Shades of Free Speech Blue #5465CA
Tints of Free Speech Blue #5465CA
RGB
CMYK
RGB Variations
Color information
#5465CA (or 0x5465CA) is known color: Free Speech Blue. HEX triplet: 54, 65 and CA. RGB value is (84,101,202). Sum of RGB (Red+Green+Blue) = 84+101+202=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5465CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465CA is #AB9A35. Grayscale: #6B6B6B. Windows color (decimal): -11246134 or 13264212. OLE color: 13264212.
HSL color Cylindrical-coordinate representation of color #5465CA: hue angle of 231.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5465CA is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 101 | 202 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.21 |
| HSL | 231.36º | 0.53% | 0.56% | - |
| HSV(B) | 231.36º | 0.58% | 0.79% | - |
| XYZ | 18.97 | 15.46 | 57.86 | - |
| YUV | 107.43 | 181.37 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 202 | 0.58 | 0.50 | 0 | 0.21 | 231.36 | 0.53 | 0.56 |
| Hex | 54 | 65 | CA | 3A | 32 | 0 | 15 | E7 | 35 | 38 |
| Octal | 124 | 145 | 312 | 72 | 62 | 0 | 25 | 347 | 65 | 70 |
| Binary | 1010100 | 1100101 | 11001010 | 111010 | 110010 | 0 | 10101 | 11100111 | 110101 | 111000 |
Color Harmonies of #5465CA
Complementary color
Monochromatic Colors of #5465CA
Black with #5465CA
Text Example
Text Example
White with #5465CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465CA; }
p { color: rgb(84,101,202); }
H1.HeaderClassName
{
color: #5465CA;
}
.AnyTagClassName
{
color: #5465CA;
}
</style>
background-color css
<style>
a { background-color: #5465CA; }
a { background-color: rgb(84,101,202); }
div.DivClassName
{
background-color: #5465CA;
}
.BgClassName
{
background-color: #5465CA;
}
</style>
border-color css
<style>
span { border-color: #5465CA; }
span { border-color: rgb(84,101,202); }
td.TdClassName
{
border-color: #5465CA;
}
.TagClassName
{
border-color: #5465CA;
}
</style>