Shades of Free Speech Blue #5763CF
Tints of Free Speech Blue #5763CF
RGB
CMYK
RGB Variations
Color information
#5763CF (or 0x5763CF) is known color: Free Speech Blue. HEX triplet: 57, 63 and CF. RGB value is (87,99,207). Sum of RGB (Red+Green+Blue) = 87+99+207=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #5763CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5763CF is #A89C30. Grayscale: #6B6B6B. Windows color (decimal): -11050033 or 13591383. OLE color: 13591383.
HSL color Cylindrical-coordinate representation of color #5763CF: hue angle of 234º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5763CF is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 99 | 207 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.19 |
| HSL | 234º | 0.56% | 0.58% | - |
| HSV(B) | 234º | 0.58% | 0.81% | - |
| XYZ | 19.65 | 15.45 | 60.98 | - |
| YUV | 107.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 207 | 0.58 | 0.52 | 0 | 0.19 | 234 | 0.56 | 0.58 |
| Hex | 57 | 63 | CF | 3A | 34 | 0 | 13 | EA | 38 | 3A |
| Octal | 127 | 143 | 317 | 72 | 64 | 0 | 23 | 352 | 70 | 72 |
| Binary | 1010111 | 1100011 | 11001111 | 111010 | 110100 | 0 | 10011 | 11101010 | 111000 | 111010 |
Color Harmonies of #5763CF
Complementary color
Monochromatic Colors of #5763CF
Black with #5763CF
Text Example
Text Example
White with #5763CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5763CF; }
p { color: rgb(87,99,207); }
H1.HeaderClassName
{
color: #5763CF;
}
.AnyTagClassName
{
color: #5763CF;
}
</style>
background-color css
<style>
a { background-color: #5763CF; }
a { background-color: rgb(87,99,207); }
div.DivClassName
{
background-color: #5763CF;
}
.BgClassName
{
background-color: #5763CF;
}
</style>
border-color css
<style>
span { border-color: #5763CF; }
span { border-color: rgb(87,99,207); }
td.TdClassName
{
border-color: #5763CF;
}
.TagClassName
{
border-color: #5763CF;
}
</style>