Shades of Free Speech Blue #5761CE
Tints of Free Speech Blue #5761CE
RGB
CMYK
RGB Variations
Color information
#5761CE (or 0x5761CE) is known color: Free Speech Blue. HEX triplet: 57, 61 and CE. RGB value is (87,97,206). Sum of RGB (Red+Green+Blue) = 87+97+206=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #5761CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5761CE is #A89E31. Grayscale: #696969. Windows color (decimal): -11050546 or 13525335. OLE color: 13525335.
HSL color Cylindrical-coordinate representation of color #5761CE: hue angle of 234.96º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5761CE is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 97 | 206 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.19 |
| HSL | 234.96º | 0.55% | 0.57% | - |
| HSV(B) | 234.96º | 0.58% | 0.81% | - |
| XYZ | 19.35 | 15.03 | 60.27 | - |
| YUV | 106.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 206 | 0.58 | 0.53 | 0 | 0.19 | 234.96 | 0.55 | 0.57 |
| Hex | 57 | 61 | CE | 3A | 35 | 0 | 13 | EB | 37 | 39 |
| Octal | 127 | 141 | 316 | 72 | 65 | 0 | 23 | 353 | 67 | 71 |
| Binary | 1010111 | 1100001 | 11001110 | 111010 | 110101 | 0 | 10011 | 11101011 | 110111 | 111001 |
Color Harmonies of #5761CE
Complementary color
Monochromatic Colors of #5761CE
Black with #5761CE
Text Example
Text Example
White with #5761CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5761CE; }
p { color: rgb(87,97,206); }
H1.HeaderClassName
{
color: #5761CE;
}
.AnyTagClassName
{
color: #5761CE;
}
</style>
background-color css
<style>
a { background-color: #5761CE; }
a { background-color: rgb(87,97,206); }
div.DivClassName
{
background-color: #5761CE;
}
.BgClassName
{
background-color: #5761CE;
}
</style>
border-color css
<style>
span { border-color: #5761CE; }
span { border-color: rgb(87,97,206); }
td.TdClassName
{
border-color: #5761CE;
}
.TagClassName
{
border-color: #5761CE;
}
</style>