Shades of Free Speech Blue #505ACF
Tints of Free Speech Blue #505ACF
RGB
CMYK
RGB Variations
Color information
#505ACF (or 0x505ACF) is known color: Free Speech Blue. HEX triplet: 50, 5A and CF. RGB value is (80,90,207). Sum of RGB (Red+Green+Blue) = 80+90+207=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #505ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ACF is #AFA530. Grayscale: #636363. Windows color (decimal): -11511089 or 13589072. OLE color: 13589072.
HSL color Cylindrical-coordinate representation of color #505ACF: hue angle of 235.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505ACF is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 90 | 207 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.19 |
| HSL | 235.28º | 0.57% | 0.56% | - |
| HSV(B) | 235.28º | 0.61% | 0.81% | - |
| XYZ | 18.23 | 13.52 | 60.68 | - |
| YUV | 100.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 207 | 0.61 | 0.57 | 0 | 0.19 | 235.28 | 0.57 | 0.56 |
| Hex | 50 | 5A | CF | 3D | 39 | 0 | 13 | EB | 39 | 38 |
| Octal | 120 | 132 | 317 | 75 | 71 | 0 | 23 | 353 | 71 | 70 |
| Binary | 1010000 | 1011010 | 11001111 | 111101 | 111001 | 0 | 10011 | 11101011 | 111001 | 111000 |
Color Harmonies of #505ACF
Complementary color
Monochromatic Colors of #505ACF
Black with #505ACF
Text Example
Text Example
White with #505ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505ACF; }
p { color: rgb(80,90,207); }
H1.HeaderClassName
{
color: #505ACF;
}
.AnyTagClassName
{
color: #505ACF;
}
</style>
background-color css
<style>
a { background-color: #505ACF; }
a { background-color: rgb(80,90,207); }
div.DivClassName
{
background-color: #505ACF;
}
.BgClassName
{
background-color: #505ACF;
}
</style>
border-color css
<style>
span { border-color: #505ACF; }
span { border-color: rgb(80,90,207); }
td.TdClassName
{
border-color: #505ACF;
}
.TagClassName
{
border-color: #505ACF;
}
</style>