Shades of Free Speech Blue #5565CF
Tints of Free Speech Blue #5565CF
RGB
CMYK
RGB Variations
Color information
#5565CF (or 0x5565CF) is known color: Free Speech Blue. HEX triplet: 55, 65 and CF. RGB value is (85,101,207). Sum of RGB (Red+Green+Blue) = 85+101+207=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 101 (39.84% from 255 or 25.70% 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 #5565CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565CF is #AA9A30. Grayscale: #6B6B6B. Windows color (decimal): -11180593 or 13591893. OLE color: 13591893.
HSL color Cylindrical-coordinate representation of color #5565CF: hue angle of 232.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5565CF is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 101 | 207 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.19 |
| HSL | 232.13º | 0.56% | 0.57% | - |
| HSV(B) | 232.13º | 0.59% | 0.81% | - |
| XYZ | 19.66 | 15.74 | 61.03 | - |
| YUV | 108.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 207 | 0.59 | 0.51 | 0 | 0.19 | 232.13 | 0.56 | 0.57 |
| Hex | 55 | 65 | CF | 3B | 33 | 0 | 13 | E8 | 38 | 39 |
| Octal | 125 | 145 | 317 | 73 | 63 | 0 | 23 | 350 | 70 | 71 |
| Binary | 1010101 | 1100101 | 11001111 | 111011 | 110011 | 0 | 10011 | 11101000 | 111000 | 111001 |
Color Harmonies of #5565CF
Complementary color
Monochromatic Colors of #5565CF
Black with #5565CF
Text Example
Text Example
White with #5565CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5565CF; }
p { color: rgb(85,101,207); }
H1.HeaderClassName
{
color: #5565CF;
}
.AnyTagClassName
{
color: #5565CF;
}
</style>
background-color css
<style>
a { background-color: #5565CF; }
a { background-color: rgb(85,101,207); }
div.DivClassName
{
background-color: #5565CF;
}
.BgClassName
{
background-color: #5565CF;
}
</style>
border-color css
<style>
span { border-color: #5565CF; }
span { border-color: rgb(85,101,207); }
td.TdClassName
{
border-color: #5565CF;
}
.TagClassName
{
border-color: #5565CF;
}
</style>