Shades of Free Speech Blue #5761CA
Tints of Free Speech Blue #5761CA
RGB
CMYK
RGB Variations
Color information
#5761CA (or 0x5761CA) is known color: Free Speech Blue. HEX triplet: 57, 61 and CA. RGB value is (87,97,202). Sum of RGB (Red+Green+Blue) = 87+97+202=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #5761CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5761CA is #A89E35. Grayscale: #696969. Windows color (decimal): -11050550 or 13263191. OLE color: 13263191.
HSL color Cylindrical-coordinate representation of color #5761CA: hue angle of 234.78º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5761CA is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 97 | 202 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.21 |
| HSL | 234.78º | 0.52% | 0.57% | - |
| HSV(B) | 234.78º | 0.57% | 0.79% | - |
| XYZ | 18.87 | 14.84 | 57.75 | - |
| YUV | 105.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 202 | 0.57 | 0.52 | 0 | 0.21 | 234.78 | 0.52 | 0.57 |
| Hex | 57 | 61 | CA | 39 | 34 | 0 | 15 | EB | 34 | 39 |
| Octal | 127 | 141 | 312 | 71 | 64 | 0 | 25 | 353 | 64 | 71 |
| Binary | 1010111 | 1100001 | 11001010 | 111001 | 110100 | 0 | 10101 | 11101011 | 110100 | 111001 |
Color Harmonies of #5761CA
Complementary color
Monochromatic Colors of #5761CA
Black with #5761CA
Text Example
Text Example
White with #5761CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5761CA; }
p { color: rgb(87,97,202); }
H1.HeaderClassName
{
color: #5761CA;
}
.AnyTagClassName
{
color: #5761CA;
}
</style>
background-color css
<style>
a { background-color: #5761CA; }
a { background-color: rgb(87,97,202); }
div.DivClassName
{
background-color: #5761CA;
}
.BgClassName
{
background-color: #5761CA;
}
</style>
border-color css
<style>
span { border-color: #5761CA; }
span { border-color: rgb(87,97,202); }
td.TdClassName
{
border-color: #5761CA;
}
.TagClassName
{
border-color: #5761CA;
}
</style>