Shades of Free Speech Blue #5764CA
Tints of Free Speech Blue #5764CA
RGB
CMYK
RGB Variations
Color information
#5764CA (or 0x5764CA) is known color: Free Speech Blue. HEX triplet: 57, 64 and CA. RGB value is (87,100,202). Sum of RGB (Red+Green+Blue) = 87+100+202=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #5764CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764CA is #A89B35. Grayscale: #6B6B6B. Windows color (decimal): -11049782 or 13263959. OLE color: 13263959.
HSL color Cylindrical-coordinate representation of color #5764CA: hue angle of 233.22º 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 #5764CA is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 100 | 202 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.21 |
| HSL | 233.22º | 0.52% | 0.57% | - |
| HSV(B) | 233.22º | 0.57% | 0.79% | - |
| XYZ | 19.15 | 15.4 | 57.84 | - |
| YUV | 107.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 100 | 202 | 0.57 | 0.50 | 0 | 0.21 | 233.22 | 0.52 | 0.57 |
| Hex | 57 | 64 | CA | 39 | 32 | 0 | 15 | E9 | 34 | 39 |
| Octal | 127 | 144 | 312 | 71 | 62 | 0 | 25 | 351 | 64 | 71 |
| Binary | 1010111 | 1100100 | 11001010 | 111001 | 110010 | 0 | 10101 | 11101001 | 110100 | 111001 |
Color Harmonies of #5764CA
Complementary color
Monochromatic Colors of #5764CA
Black with #5764CA
Text Example
Text Example
White with #5764CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5764CA; }
p { color: rgb(87,100,202); }
H1.HeaderClassName
{
color: #5764CA;
}
.AnyTagClassName
{
color: #5764CA;
}
</style>
background-color css
<style>
a { background-color: #5764CA; }
a { background-color: rgb(87,100,202); }
div.DivClassName
{
background-color: #5764CA;
}
.BgClassName
{
background-color: #5764CA;
}
</style>
border-color css
<style>
span { border-color: #5764CA; }
span { border-color: rgb(87,100,202); }
td.TdClassName
{
border-color: #5764CA;
}
.TagClassName
{
border-color: #5764CA;
}
</style>